Fix broken keybindings

This commit is contained in:
Asocia 2021-07-13 23:15:02 +03:00
parent 366ddd20e2
commit 2b4256f076
2 changed files with 4 additions and 4 deletions

View File

@ -65,8 +65,8 @@ bindsym $mod+Shift+e exec $rofi powermenu
# Set up screenshots and partial screenshots
bindsym --release Print exec maim ~/Pictures/Screenshots/`date +%Y-%m-%d_%H:%M:%S`.png
bindsym --release Shift+Print exec maim -s ~/Pictures/Screenshots/`date +%Y-%m-%d_%H:%M:%S`.png
bindsym --release Print exec maim -u ~/Pictures/Screenshots/`date +%Y-%m-%d_%H:%M:%S`.png
bindsym --release Shift+Print exec -u maim -s ~/Pictures/Screenshots/`date +%Y-%m-%d_%H:%M:%S`.png
# Bind brightness keys to light interface

View File

@ -124,8 +124,8 @@ map("n", "<S-x>", ":bd!<CR>", opt) -- close tab
-- indent with tabs
map("n", "<TAB>", '>>', opt)
map("n", "<S-TAB>", '<<', opt)
map("v", "<TAB>", '>>', opt)
map("v", "<S-TAB>", '<<', opt)
map("v", "<TAB>", '>', opt)
map("v", "<S-TAB>", '<', opt)
map("n", "<F3>", ":set invhlsearch<CR>", opt)