From 9cdbd728c2385c7f20443e6c3c4ef61c2b3ca514 Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Wed, 7 Jun 2023 09:45:08 +0100 Subject: [PATCH] Use Kitty terminal and add screenshot keybind --- .config/sway/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.