From bd2b086caa0943ecf3a7124a70adb0d1f3908007 Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 20 Nov 2023 19:35:58 +0900 Subject: [PATCH] Test --- .../desktops/hyprland/common/hyprland/hyprland-conf.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 fbbed09e..8f5447cf 100644 --- a/home-manager/common/desktops/hyprland/common/hyprland/hyprland-conf.nix +++ b/home-manager/common/desktops/hyprland/common/hyprland/hyprland-conf.nix @@ -6,6 +6,7 @@ # https://wiki.hyprland.org/Configuring/Variables/ env = GDK_SCALE,1 env = XCURSOR_SIZE,22 + $mainMod = SUPER # unscale XWayland xwayland { @@ -161,7 +162,8 @@ bind = SHIFT ALT, H, workspace, e-1 # 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 bind = $mainMod ,Tab, cyclenext, # change focus to another window