rofi / vim changes
This commit is contained in:
parent
f7a0fa36c8
commit
94a56a8f34
|
@ -34,6 +34,14 @@ return require('packer').startup({function(use)
|
|||
end,
|
||||
}
|
||||
|
||||
use {
|
||||
'tpope/vim-surround',
|
||||
}
|
||||
|
||||
use {
|
||||
'tpope/vim-repeat',
|
||||
}
|
||||
|
||||
use {
|
||||
'lewis6991/gitsigns.nvim',
|
||||
requires = {
|
||||
|
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
@ -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]}"
|
||||
|
|
BIN
scripts/themectl
BIN
scripts/themectl
Binary file not shown.
|
@ -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 ,\
|
||||
|
|
Loading…
Reference in New Issue
Block a user