i3: titelleiste
This commit is contained in:
parent
b98d3cd7b5
commit
41c867c1b3
1 changed files with 5 additions and 1 deletions
|
@ -182,9 +182,13 @@ mode "resize" {
|
||||||
|
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
|
# keine Fensterrahmen wenn nur ein Fenster angezeigt wird
|
||||||
|
hide_edge_borders smart
|
||||||
|
|
||||||
|
for_window [class=".*"] border pixel 1
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
# auskommntiert weil polybar verwendet wird
|
# auskommentiert weil polybar verwendet wird
|
||||||
#bar {
|
#bar {
|
||||||
# status_command i3status
|
# status_command i3status
|
||||||
#}
|
#}
|
||||||
|
|
Loading…
Reference in a new issue