feat(hyprland): modernize keybindings
This commit is contained in:
parent
3c3608dbb1
commit
84d9af2e36
1 changed files with 6 additions and 6 deletions
|
|
@ -82,7 +82,7 @@ exec-once = [ -f "${XDG_PICTURES_DIR:-$HOME/Pictures}/Screensavers/wallpaper.jpg
|
|||
exec-once = [ -f "${XDG_PICTURES_DIR:-$HOME/Pictures}/Screensavers/lock.jpg" ] || ctl wallpaper lock
|
||||
exec-once = hypr windowrules
|
||||
exec-once = hypr spawnfocus --ws 1 $TERMINAL -e mux
|
||||
exec-once = hypr spawnfocus --ws 2 $BROWSER
|
||||
exec-once = hypr spawnfocus --ws 2 $BROWSER --ozone-platform=wayland
|
||||
|
||||
bindul = , XF86AudioRaiseVolume, exec, ctl volume up
|
||||
bindul = , XF86AudioLowerVolume, exec, ctl volume down
|
||||
|
|
@ -107,20 +107,20 @@ bind = ALT, L, resizeactive, 15 0
|
|||
bind = ALT, Q, killactive,
|
||||
bind = ALT, U, layoutmsg, swapprev
|
||||
|
||||
bind = ALT CTRL, Z, exec, hypr pull $BROWSER
|
||||
bind = ALT CTRL, W, exec, hypr pull $BROWSER
|
||||
bind = ALT CTRL, T, exec, hypr pull $TERMINAL
|
||||
bind = ALT CTRL, V, exec, hypr pull vesktop
|
||||
bind = ALT CTRL, M, exec, hypr pull signal-desktop
|
||||
bind = ALT CTRL, S, exec, hypr pull slack
|
||||
bind = ALT CTRL, E, exec, hypr pull element-desktop
|
||||
bind = ALT CTRL, Y, exec, hypr pull sioyek
|
||||
bind = ALT CTRL, P, exec, hypr pull sioyek
|
||||
|
||||
bind = ALT SHIFT, T, exec, hypr spawnfocus --ws 1 $TERMINAL
|
||||
bind = ALT SHIFT, Z, exec, hypr spawnfocus --ws 2 $BROWSER --ozone-platform=wayland
|
||||
bind = ALT SHIFT, RETURN, exec, hypr spawnfocus --ws 1 $TERMINAL
|
||||
bind = ALT SHIFT, W, exec, hypr spawnfocus --ws 2 $BROWSER --ozone-platform=wayland
|
||||
bind = ALT SHIFT, F, togglefloating
|
||||
bind = ALT SHIFT, Q, exec, hypr exit
|
||||
bind = ALT SHIFT, R, exec, hyprctl reload && notify-send 'hyprland reloaded'
|
||||
bind = ALT SHIFT, Y, exec, hypr spawnfocus --ws 3 sioyek
|
||||
bind = ALT SHIFT, P, exec, hypr spawnfocus --ws 3 sioyek
|
||||
bind = ALT SHIFT, V, exec, hypr spawnfocus --ws 5 vesktop
|
||||
bind = ALT SHIFT, M, exec, hypr spawnfocus --ws 6 signal-desktop
|
||||
bind = ALT SHIFT, S, exec, hypr spawnfocus --ws 7 slack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue