diff options
author | Yaroslav <contact@yaroslavps.com> | 2019-10-27 03:37:28 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2019-10-27 03:37:28 +0300 |
commit | a22a92b7befd6f18217d128550751c7781571486 (patch) | |
tree | b1fd7641b458919e3c8953d0673123d28a1d6347 /dotfiles/.config/sway/config | |
parent | cf2c54a481a587af7639ec936e66895aa1153b4c (diff) | |
download | swayrice-a22a92b7befd6f18217d128550751c7781571486.tar.gz swayrice-a22a92b7befd6f18217d128550751c7781571486.zip |
drive mounting/unmounting menu
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r-- | dotfiles/.config/sway/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index f1f80d0..efff51c 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -179,6 +179,7 @@ bindsym --to-code { # Start Applications $mod+Shift+w exec --no-startup-id $browser $mod+F3 exec menudisplay + $mod+F4 exec menublk $mod+r exec $term -e vifm $mod+s exec "xway steam" $mod+m exec $term -e ncmpcpp |