From d4cf20398ac1fc5ddc6203a2f5b053ceb8a67f4b Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 3 Aug 2022 20:42:54 +0200 Subject: Add URL selector shortcut for Sway --- .config/sway/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index d9b3d00..76eb69a 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -12,7 +12,7 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term foot +set $term alacritty # 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. @@ -233,6 +233,9 @@ bindsym $mod+i exec grim -g "$(slurp)" - | swappy -f - # toggle night mode (display blue filter) bindsym $mod+n exec pgrep gammastep && pkill gammastep || gammastep -O 4500 & +# add shortcut for url.sh script from https://xengineering.eu/git/scripts/ +bindsym $mod+u exec ~/.local/bin/url + # enable numlock on startup input * xkb_numlock enable -- cgit v1.2.3-70-g09d2