diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-08-22 09:36:31 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-08-22 09:36:31 +0300 |
commit | 7fe7841557ae6c4127b90e72e80eb32a8968feb9 (patch) | |
tree | 42fed8091d658462b93aea23e72d9c8377ab16a1 /dotfiles/.config/sway | |
parent | cdb34dc6279b0227f407e042770ffed70a2a51c4 (diff) | |
download | swayrice-7fe7841557ae6c4127b90e72e80eb32a8968feb9.tar.gz swayrice-7fe7841557ae6c4127b90e72e80eb32a8968feb9.zip |
Update network management key shortcuts
Haven't really used nmtui in a long time
Diffstat (limited to 'dotfiles/.config/sway')
-rw-r--r-- | dotfiles/.config/sway/config | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 91e41c3..4085e11 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -185,7 +185,7 @@ bindsym --to-code { $mod+F2 exec menumako $mod+F3 exec rofi -show display -modi "display:rofidisplay" $mod+F4 exec menublk - $mod+F9 exec networkmanager_dmenu + $mod+Shift+n exec networkmanager_dmenu $mod+F10 exec chcolors $mod+F12 exec rofi -show tz -modi "tz:rofitz" $mod+t exec toggletorrent @@ -204,9 +204,6 @@ bindsym --to-code { $mod+Ctrl+Shift+apostrophe exec "menupass -s" $mod+backslash exec "menuworkspace" - # Network management - $mod+Shift+n exec $term -T "Network Manager" 'nmtui' - # Screenshot and recording Print exec screensht "full screen" $mod+Print exec rofi -show grim -modi "grim:rofigrim" |