test
This commit is contained in:
parent
68b7fedba3
commit
e5de209033
1 changed files with 5 additions and 6 deletions
|
@ -6,7 +6,6 @@
|
|||
# https://wiki.hyprland.org/Configuring/Variables/
|
||||
env = GDK_SCALE,1
|
||||
env = XCURSOR_SIZE,22
|
||||
$mainMod = SUPER
|
||||
|
||||
# unscale XWayland
|
||||
xwayland {
|
||||
|
@ -162,8 +161,8 @@
|
|||
bind = SHIFT ALT, H, workspace, e-1
|
||||
|
||||
# Lock the screen, send to swaylock and pause music
|
||||
bind = $mainMod, L, exec, swaylock -f
|
||||
bind = $mainMod, L, exec, echo "executed swaylock" >> /tmp/swaylock.log
|
||||
bind = $mainMod, L, exec, kitty
|
||||
bind = $mainMod, L, exec, swaylock
|
||||
bind = $mainMod, L, exec, playerctl pause
|
||||
|
||||
# to switch between windows in a floating workspace
|
||||
|
|
Loading…
Reference in a new issue