Update configs
Fix call to $EDITOR (and switch sh to bash) in edit Fix waybar mode (remove to fix layer) Add hyprland media keys
This commit is contained in:
parent
717d35f2b0
commit
9344f7ec3b
5 changed files with 12 additions and 13 deletions
.config/hypr
|
@ -16,6 +16,11 @@ bind = $main_mod CTRL, Print, exec, screenshot --no-upload
|
|||
|
||||
bind = $main_mod SHIFT, R, exec, autostart-manage run-wayland
|
||||
|
||||
# Binds for Media keys
|
||||
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
||||
bindl = , XF86AudioPause, exec, playerctl pause
|
||||
bindl = , XF86AudioNext, exec, playerctl next
|
||||
bindl = , XF86AudioPrev, exec, playerctl prev
|
||||
|
||||
# Move focus with mainMod + hjkl keys
|
||||
bind = $main_mod, h, movefocus, l
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue