diff --git a/.config/sway/config b/.config/sway/config index c1b9ee0..6195697 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -25,7 +25,8 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term alacritty +#set $term alacritty +set $term kitty # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. @@ -38,6 +39,7 @@ set $menucmd j4-dmenu-desktop --dmenu=menucmd # Screenshot set $screenshot "~/.config/scripts/wm/screenshot.sh" +set $screenshot_sel "~/.config/scripts/wm/screenshot.sh -s" ### Monitor config # @@ -122,6 +124,7 @@ exec swayidle -w \ # Screenshot bindsym $mod+q exec $screenshot + bindsym Print exec $screenshot_sel # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod.