diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index dc05572..81e5201 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -34,6 +34,14 @@ return require('packer').startup({function(use) end, } + use { + 'tpope/vim-surround', + } + + use { + 'tpope/vim-repeat', + } + use { 'lewis6991/gitsigns.nvim', requires = { diff --git a/rofi/config.rasi b/rofi/config.rasi index 26ea524..0254403 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -4,8 +4,13 @@ configuration { font: "Fira Code Nerd Font Mono 13"; modi: "drun,window"; + combi-modi: "drun,window"; display-drun: "❯"; display-window: "⬜"; + display-run: "»"; + display-filebrowser: "📁"; + display-ssh: "🖧"; + display-power: "⏻"; sidebar-mode: true; } diff --git a/scripts/rofi-power-menu b/scripts/rofi-power-menu index 83d2c87..d4e6307 100755 --- a/scripts/rofi-power-menu +++ b/scripts/rofi-power-menu @@ -198,7 +198,7 @@ echo -e "\0markup-rows\x1ftrue" if [ -z "${selection+x}" ] then - echo -e "\0prompt\x1fPower menu" + echo -e "\0prompt\x1f⏻" for entry in "${show[@]}" do echo -e "${messages[$entry]}\0icon\x1f${icons[$entry]}" diff --git a/scripts/themectl b/scripts/themectl index 2926c07..753423e 100755 Binary files a/scripts/themectl and b/scripts/themectl differ diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index af5c880..03b2c53 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -18,10 +18,18 @@ super + @space super + Tab rofi -show-icons -modi window -show +# show everything +super + shift + @space + rofi -show-icons -modi drun,window,run,filebrowser,ssh,p:rofi-power-menu -show + # show power options super + p rofi -show-icons -modi p:rofi-power-menu -show p +# everything rofi +super + shift + @space + rofi -show-icons -show + # toggle compositing super + ctrl + space {pkill picom ,\