summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/sway/config5
1 files changed, 4 insertions, 1 deletions
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