Start removing bloat out of i3 config
This commit is contained in:
parent
183f1b6670
commit
16f44d7943
1 changed files with 4 additions and 8 deletions
|
@ -123,7 +123,7 @@ bindsym $super+r mode "resize"
|
|||
|
||||
# panel
|
||||
bar {
|
||||
output primary
|
||||
# output primary
|
||||
colors {
|
||||
background #2f343f
|
||||
statusline #ffffff
|
||||
|
@ -139,16 +139,12 @@ bar {
|
|||
}
|
||||
|
||||
# window rules, you can find the window class using xprop
|
||||
workspace 1 output DVI-I-1
|
||||
workspace 2 output DVI-I-1
|
||||
workspace 3 output DVI-D-1
|
||||
#workspace 1 output DVI-I-1
|
||||
#workspace 2 output DVI-I-1
|
||||
#workspace 3 output DVI-D-1
|
||||
for_window [class=".*"] border pixel 2
|
||||
assign [class=URxvt] 1
|
||||
assign [class=Firefox|Transmission-gtk] 1
|
||||
assign [class=Thunar|File-roller] 1
|
||||
assign [class=Geany|Evince|Gucharmap|Soffice|libreoffice*] 4
|
||||
assign [class=Audacity|Vlc|mpv|Ghb|Xfburn|Gimp*|Inkscape] 5
|
||||
assign [class=Lxappearance|System-config-printer.py|Lxtask|Pavucontrol|Exo-helper*|Lxrandr|Arandr] 6
|
||||
for_window [class=Viewnior|feh|Audacious|File-roller|Lxappearance|Lxtask|Pavucontrol] floating enable
|
||||
for_window [class=URxvt|Firefox|Geany|Evince|Soffice|libreoffice*|mpv|Ghb|Xfburn|Gimp*|Inkscape|Vlc|Lxappearance|Audacity] focus
|
||||
for_window [class=Xfburn|GParted|System-config-printer.py|Lxtask|Pavucontrol|Exo-helper*|Lxrandr|Arandr] focus
|
||||
|
|
Loading…
Add table
Reference in a new issue