added floating programs
This commit is contained in:
parent
3514082e73
commit
fd5efa6fa8
8
config
8
config
@ -140,6 +140,12 @@ assign [class=Audacity|Audacious|Vlc|Mumble|mpv|Ghb|Xfburn|Gimp*|Inkscape] $work
|
||||
assign [instance=irc] $workspace7
|
||||
assign [class=Lxappearance|Lxtask|GParted|Pavucontrol|Lxrandr|Arandr] $workspace8
|
||||
|
||||
# Programs floating
|
||||
for_window [class="(?i)lxappearance"] floating enable
|
||||
for_window [title="(?i)pulseaudio multiband EQ"] floating enable
|
||||
for_window [class="(?i)transmission"] floating enable
|
||||
for_window [class="(?i)pavucontrol"] floating enable, move position mouse
|
||||
|
||||
# reload the configuration file
|
||||
bindsym $mod+Shift+c reload
|
||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||
@ -215,7 +221,7 @@ exec --no-startup-id nm-applet
|
||||
bindsym Print exec scrot -e 'mv $f ~/Descargas/'
|
||||
|
||||
# Fondo de pantalla
|
||||
exec_always --no-startup-id feh --bg-scale /home/$USER/.config/i3/images/background.png
|
||||
exec_always --no-startup-id "feh --bg-scale /home/$USER/.config/i3/images/background.png"
|
||||
|
||||
# Transparencia
|
||||
exec --no-startup-id compton -cCGb
|
||||
|
Loading…
x
Reference in New Issue
Block a user