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 | d3d9e6bd2d31c85403987891441ffa537f3caf6d (patch) | |
| tree | ba7c39c1d4674d83c9a5caebced3e14eac51aa73 | |
| parent | 1192996e25c4b144549579d371b90d53d7d472d9 (diff) | |
| download | dotfiles-d3d9e6bd2d31c85403987891441ffa537f3caf6d.tar dotfiles-d3d9e6bd2d31c85403987891441ffa537f3caf6d.tar.zst dotfiles-d3d9e6bd2d31c85403987891441ffa537f3caf6d.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 |
