Add polybar toggle keybinding to i3/config

This commit is contained in:
Donovan Glover 2017-12-05 23:33:20 -05:00
parent a667e789b7
commit 38924ace17
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -170,13 +170,16 @@ bindsym $mod+m exec --no-startup-id cmus-remote --pause
bindsym $mod+b exec --no-startup-id cmus-remote --prev
bindsym $mod+n exec --no-startup-id cmus-remote --next
# TODO: Easily show a now playing overlay
# ========================= Screenshot tool (shotgun) =========================
# Bind Print Scren to screenshot the desktop and open the output png
bindsym Print exec ~/.config/i3/screenshot.sh
# ========================= Information Bar (polybar) =========================
# Easily show and hide polybar
bindsym $mod+o exec --no-startup-id ~/.config/i3/polybar.sh
####################################################################
# Configuration and keybindings specific to i3-gaps
####################################################################