From 63ad5dfc877ae7a9a4b6b47887b6f5fe469ae9cf Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 22 Jan 2022 13:22:03 +0900 Subject: home/base: sway - setup screenshot binding --- home/profiles/base/config/sway.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home/profiles/base') diff --git a/home/profiles/base/config/sway.nix b/home/profiles/base/config/sway.nix index d689603..ddaa063 100644 --- a/home/profiles/base/config/sway.nix +++ b/home/profiles/base/config/sway.nix @@ -23,6 +23,9 @@ with neotheme.colors; set $menu "${pkgs.bemenu}/bin/bemenu-run -H 18 -l 5 --fn 'CtrlD 13' -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 -- cgit 1.4.1