diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-08-28 17:12:18 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-08-28 17:12:18 +0300 |
commit | 12b30d57cf37fa289d904e6b120f83766ff02135 (patch) | |
tree | 25e561bc19e750511a3d0d289382c49a633d0f1e /dotfiles/.config/sway/config | |
parent | c38e8c2a695bf648fe8a614d39c11a56c80848e3 (diff) | |
download | swayrice-12b30d57cf37fa289d904e6b120f83766ff02135.tar.gz swayrice-12b30d57cf37fa289d904e6b120f83766ff02135.zip |
added menu for man pages
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r-- | dotfiles/.config/sway/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 2db1645..2427b90 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -19,7 +19,7 @@ default_floating_border pixel 2 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:BlexMono Nerd Font Mono 9 +font pango:BlexMono Nerd Font Mono 8 # Use Mouse+$mod to drag floating windows floating_modifier $mod @@ -173,6 +173,7 @@ bindsym --to-code { # Start Applications $mod+Shift+w exec --no-startup-id $browser $mod+Ctrl+w exec --no-startup-id chromium + $mod+F1 exec menuman $mod+F2 exec menumako $mod+F3 exec menudisplay $mod+F4 exec menublk @@ -320,7 +321,7 @@ bindsym --to-code { $mod+Ctrl+r exec --no-startup-id waybar_launch # show/hide waybar - $mod+F1 exec --no-startup-id "killall -10 waybar" + $mod+F11 exec --no-startup-id "killall -10 waybar" # Shut down, restart and locking features $mod+Shift+e exec menusession |