changes to wm config
This commit is contained in:
parent
f2a3d40fc0
commit
b54d9c2d04
3 changed files with 8 additions and 4 deletions
5
modules/wm/hyprland/config/eww/scripts/close.sh
Executable file
5
modules/wm/hyprland/config/eww/scripts/close.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
eww update hostname="$(hostname)"
|
||||||
|
|
||||||
|
eww close-all
|
||||||
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
eww update hostname="$(hostname)"
|
eww update hostname="$(hostname)"
|
||||||
|
|
||||||
eww open-many --toggle quote quicksettings appbar fetch sys power
|
eww open-many quote quicksettings appbar fetch sys power
|
||||||
|
|
|
||||||
|
|
@ -4,10 +4,9 @@ $launcher = ~/.config/hypr/open.sh
|
||||||
|
|
||||||
bind = SUPER, SPACE, exec, $launcher
|
bind = SUPER, SPACE, exec, $launcher
|
||||||
|
|
||||||
bind = ALT, Q, exec, $terminal
|
bind = $mainMod, RETURN, exec, $terminal
|
||||||
|
|
||||||
bind = ALT, F4, killactive
|
bind = $mainMod, Q, killactive
|
||||||
bind = CONTROL, Q, killactive
|
|
||||||
|
|
||||||
bind = , F11, fullscreen
|
bind = , F11, fullscreen
|
||||||
bind = $mainMod, P, exec, hyprlock
|
bind = $mainMod, P, exec, hyprlock
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue