Commit 9b182c3a authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Added simple bar to show exit options etc. only.

parent 9a0582e6
......@@ -522,6 +522,15 @@ mode "$mode_redshift" {
bindsym Escape mode "default"
}
bar {
i3bar_command i3bar
position top
mode hide
modifier none
workspace_buttons no
tray_output none
}
## Start i3bar to display a workspace bar (plus the system information i3status if available)
#bar {
# i3bar_command i3bar
......
......@@ -394,6 +394,14 @@ bindsym $mod+$mod_next+Shift+j resize grow height 100 px or 10 ppt
bindsym $mod+$mod_next+Shift+k resize shrink height 100 px or 10 ppt
bindsym $mod+$mod_next+Shift+l resize grow width 100 px or 10 ppt
bar {
i3bar_command i3bar
position top
mode hide
modifier none
workspace_buttons no
tray_output none
}
## Start i3bar to display a workspace bar (plus the system information i3status if available)
#bar {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment