From 47acc735759f256d95168fef475964953ab661fd Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Fri, 1 Jul 2022 15:34:04 +0200 Subject: Sway changes and disable annoying neovim plugin Removed the keyboard layout from waybar as it was incorect on single layout keyboards And use slurp for screenshots for editting --- .config/sway/config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.config/sway') diff --git a/.config/sway/config b/.config/sway/config index e0f1ac7..d9597d0 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -63,10 +63,13 @@ set $term $(which footclient || which alacritty) # on the original workspace that the command was run on. set $menu wofi --show drun -Iai -w 3 set $screenshot_fullscreen grim /dev/stdout | wl-copy +#set $screenshot slurp \ +# | grim -l 0 -g - /dev/stdout \ +# | wl-copy +#set $screenshot flameshot gui set $screenshot slurp \ | grim -l 0 -g - /dev/stdout \ - | wl-copy -#set $screenshot flameshot gui + | swappy -f - -o `date "+$HOME/screenshots/%Y-%m-%d_%R:%S.png"` set $toggle_layout input "type:keyboard" xkb_switch_layout next set $lock swaylock -- cgit v1.2.3