diff options
author | xengineering <me@xengineering.eu> | 2022-08-03 20:42:54 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-08-03 20:42:54 +0200 |
commit | d4cf20398ac1fc5ddc6203a2f5b053ceb8a67f4b (patch) | |
tree | ba7c39c1d4674d83c9a5caebced3e14eac51aa73 | |
parent | 3b677f88ea72e8fe6a5075c3ad0de23f095b50bf (diff) | |
download | dotfiles-d4cf20398ac1fc5ddc6203a2f5b053ceb8a67f4b.tar dotfiles-d4cf20398ac1fc5ddc6203a2f5b053ceb8a67f4b.tar.zst dotfiles-d4cf20398ac1fc5ddc6203a2f5b053ceb8a67f4b.zip |
Add URL selector shortcut for Sway
-rw-r--r-- | .config/sway/config | 5 |
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 |