diff options
Diffstat (limited to '')
-rw-r--r-- | .config/sway/config.d/keybinds | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.config/sway/config.d/keybinds b/.config/sway/config.d/keybinds index 1bae11e..ba2609e 100644 --- a/.config/sway/config.d/keybinds +++ b/.config/sway/config.d/keybinds @@ -19,7 +19,7 @@ bindsym $mod+Shift+l exec $lock bindsym Ctrl+Alt+Delete exec killall sway # Power menu -bindsym $mod+L exec killall wlogout || wlogout --css ~/.config/sway/logout.d/power/style.css -l ~/.config/sway/logout.d/power/layout +bindsym $mod+L exec killall wlogout || wlogout --css ~/.config/desktop-common/logout.d/power/style.css -l ~/.config/desktop-common/logout.d/power/layout # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. @@ -54,5 +54,7 @@ bindsym Print exec grim - | wl-copy -t iamge/png && notify-send -t 3000 "Sway" " bindsym Shift+Print exec slurp -p | grim -g - - | convert - txt:- | tail -n 1 | awk '{print $3}' | wl-copy # Michelsoft Binbows -bindsym Ctrl+$mod+Shift+L exec firefox "https://linkedin.com" -bindsym Ctrl+$mod+Shift+S exec alacritty -e sl +bindsym Ctrl+$mod+Shift+L exec $browser "https://linkedin.com" +bindsym Ctrl+$mod+Shift+S exec $term -e sl +bindsym Ctrl+$mod+Shift+T exec electron25 "https://twitter.com" +bindsym Ctrl+$mod+Shift+M exec electron25 "https://www.tumblr.com" |