From 89a6213e96554979894ad6c551128bd51812ec34 Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 20 Nov 2023 19:16:46 +0900 Subject: [PATCH] Test --- .../hyprland/common/hyprland/hyprland-conf.nix | 13 ++++--------- 1 file changed, 4 insertions(+), 9 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 c2b0a63b..fbbed09e 100644 --- a/home-manager/common/desktops/hyprland/common/hyprland/hyprland-conf.nix +++ b/home-manager/common/desktops/hyprland/common/hyprland/hyprland-conf.nix @@ -153,20 +153,15 @@ 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 - # Launch various applications - bind = $mainMod, R, exec, ranger - bind = $mainMod, S, exec, steam - # Lock the screen, send to swaylock and pause music - bind = $mainMod, L, exec, swaylock - bind = $mainMod, L, exec, playerctl pause + bind = $mainMod, L, exec, swaylock && playerctl pause # to switch between windows in a floating workspace bind = $mainMod ,Tab, cyclenext, # change focus to another window