This commit is contained in:
albert 2023-11-20 19:35:58 +09:00
parent 89a6213e96
commit bd2b086caa
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -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