From b34ebfd84088f7d100f12b3a5e8217cf1f834a6d Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 4 May 2024 20:10:33 +0900 Subject: chore(home/gui): sway: move screenshot keybind to its group --- home/profiles/gui/config/sway.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/home/profiles/gui/config/sway.nix b/home/profiles/gui/config/sway.nix index ff01ace..e6ecc88 100644 --- a/home/profiles/gui/config/sway.nix +++ b/home/profiles/gui/config/sway.nix @@ -37,9 +37,6 @@ in set $menu "${pkgs.bemenu}/bin/bemenu-run -H 18 -l 5 --fn '${guiCfg.font.name} ${toString guiCfg.font.pixelSize}px' -p 'run::' --tb '$primary' --tf '$color0' --hb '$primary' --hf '$color0'" bindsym $mod+d exec $menu - # set screenshot util - bindsym $mod+Ctrl+Return exec grimshot copy area - # change focus # vim-style bindsym $mod+$left focus left @@ -179,6 +176,7 @@ in bindsym XF86Display exec wl-present mirror # Screenshot + bindsym $mod+Ctrl+Return exec grimshot copy area bindsym $mod+Print exec grimshot copy area bindsym Print exec grimshot copy active bindsym $alt+Print exec grimshot save screen -- cgit 1.4.1