diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-04 22:15:21 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-04 22:15:21 +0300 |
commit | 69204c648abbd4463b6a1e3b6cbb67a394842379 (patch) | |
tree | 45a5a1ca7d7423a3f7aeff1241365faaf472e757 /dotfiles/.config/sway | |
parent | b7fd6ea69b9d207592b92b8fa5c8d0b33b271361 (diff) | |
download | swayrice-69204c648abbd4463b6a1e3b6cbb67a394842379.tar.gz swayrice-69204c648abbd4463b6a1e3b6cbb67a394842379.zip |
new menu script for opening different links with different programs (or performing a search)
Diffstat (limited to 'dotfiles/.config/sway')
-rw-r--r-- | dotfiles/.config/sway/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 829c756..6c6d6b7 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -192,7 +192,8 @@ bindsym --to-code { $mod+o exec --no-startup-id notistats $mod+c exec --no-startup-id camtoggle $mod+grave exec --no-startup-id menuemoji - $mod+Shift+grave exec --no-startup-id menuducksearch + $mod+Ctrl+grave exec --no-startup-id menuwebsurf + $mod+Shift+grave exec --no-startup-id menuwebsurf paste # $mod+F1 exec --no-startup-id zathura ~/.config/i3/i3guide.pdf # TODO: update guide # Network management |