From e5de2090336f87f03baafdb4dfbb1739b0d476fa Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 20 Nov 2023 20:07:10 +0900 Subject: [PATCH] test --- .../hyprland/common/hyprland/hyprland-conf.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/home-manager/common/desktops/hyprland/common/hyprland/hyprland-conf.nix b/home-manager/common/desktops/hyprland/common/hyprland/hyprland-conf.nix index 9db5c422..623a1ef7 100644 --- a/home-manager/common/desktops/hyprland/common/hyprland/hyprland-conf.nix +++ b/home-manager/common/desktops/hyprland/common/hyprland/hyprland-conf.nix @@ -6,7 +6,6 @@ # https://wiki.hyprland.org/Configuring/Variables/ env = GDK_SCALE,1 env = XCURSOR_SIZE,22 - $mainMod = SUPER # unscale XWayland xwayland { @@ -154,16 +153,16 @@ bind = , Print, exec, grim -g "$(slurp)" | wl-copy -t image/png # Move to the previous / next workspace with SUPER-LEFT and SUPER-RIGHT - bind = $mainMod, right, workspace, e+1 - bind = $mainMod, left , workspace, e-1 + bind = $mainMod , right, workspace, e+1 + bind = $mainMod , left , workspace, e-1 bind = $mainMod SHIFT, right, movetoworkspace, e+1 - bind = $mainMod SHIFT, left, movetoworkspace, e-1 + bind = $mainMod SHIFT, left , movetoworkspace, e-1 bind = SHIFT ALT, L, workspace, e+1 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