From 1d7640555a1669d74d7fa8112b879efae69b6f97 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 13 Nov 2022 00:16:07 +0800 Subject: Update config for sway --- .config/sway/config | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to '.config/sway/config') diff --git a/.config/sway/config b/.config/sway/config index fdd3e57..4f3ed6d 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -29,7 +29,8 @@ default_floating_border pixel 1 font pango:DejaVu Sans Mono 8 -focus_on_window_activation smart +# https://i3wm.org/docs/userguide.html#focus_on_window_activation +focus_on_window_activation focus ### Output configuration # @@ -233,6 +234,19 @@ bindsym $mod+r mode "resize" # } bar swaybar_command waybar +# +# Screenshot: +# +bindsym $mod+p exec grim -g "$(slurp)" +bindsym $mod+Shift+p exec grim + for_window [title="Origin"] floating enable +for_window [class="Unity Hub"] floating enable +for_window [class="Unity"] floating enable +for_window [class="Steam"] floating enable + +# +# Addons: +# include /etc/sway/config.d/* -- cgit v1.2.3