diff options
Diffstat (limited to 'home/profiles/gui')
-rw-r--r-- | home/profiles/gui/config/sway.nix | 4 |
1 files changed, 1 insertions, 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 |