Test
This commit is contained in:
parent
89a6213e96
commit
bd2b086caa
1 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/
|
# https://wiki.hyprland.org/Configuring/Variables/
|
||||||
env = GDK_SCALE,1
|
env = GDK_SCALE,1
|
||||||
env = XCURSOR_SIZE,22
|
env = XCURSOR_SIZE,22
|
||||||
|
$mainMod = SUPER
|
||||||
|
|
||||||
# unscale XWayland
|
# unscale XWayland
|
||||||
xwayland {
|
xwayland {
|
||||||
|
@ -161,7 +162,8 @@
|
||||||
bind = SHIFT ALT, H, workspace, e-1
|
bind = SHIFT ALT, H, workspace, e-1
|
||||||
|
|
||||||
# Lock the screen, send to swaylock and pause music
|
# Lock the screen, send to swaylock and pause music
|
||||||
bind = $mainMod, L, exec, swaylock && playerctl pause
|
bind = $mainMod, L, exec, swaylock -f
|
||||||
|
bind = $mainMod, L, exec, playerctl pause
|
||||||
|
|
||||||
# to switch between windows in a floating workspace
|
# to switch between windows in a floating workspace
|
||||||
bind = $mainMod ,Tab, cyclenext, # change focus to another window
|
bind = $mainMod ,Tab, cyclenext, # change focus to another window
|
||||||
|
|
Loading…
Reference in a new issue