change to absolute path
This commit is contained in:
parent
b57bd8346c
commit
a53e95fa62
10
config
10
config
@ -132,7 +132,6 @@ bindsym $mod+Shift+9 move container to workspace $workspace9
|
||||
bindsym $mod+Shift+0 move container to workspace $workspace10
|
||||
|
||||
# Assign to programs
|
||||
|
||||
assign [class=Xfce4-terminal] $workspace1
|
||||
assign [class=Abrowser|Iceweasel|Gajim|qTox|Transmission-gtk] $workspace2
|
||||
assign [class=File-roller|Thunar] $workspace3
|
||||
@ -202,8 +201,8 @@ bindsym $mod+r mode "resize"
|
||||
|
||||
bar {
|
||||
position top
|
||||
status_command i3blocks -c ~/.config/i3/i3blocks.conf # Mostrar status de monitoreo
|
||||
# status_command 2>/tmp/i3blocks.err i3blocks -vvv -c ~/.config/i3/i3blocks.conf | tee /tmp/i3blocks.out # Debug
|
||||
status_command i3blocks -c /home/$USER/.config/i3/i3blocks.conf # Mostrar status de monitoreo
|
||||
# status_command 2>/tmp/i3blocks.err i3blocks -vvv -c /home/$USER/.config/i3/i3blocks.conf | tee /tmp/i3blocks.out # Debug
|
||||
font pango:Hack 8
|
||||
|
||||
colors {
|
||||
@ -242,6 +241,9 @@ exec_always --no-startup-id "feh --bg-scale /home/$USER/.config/i3/images/backgr
|
||||
# Transparencia
|
||||
exec --no-startup-id compton -cCGb
|
||||
|
||||
# conky
|
||||
exec --no-startup-id conky
|
||||
|
||||
# Teclado numerico
|
||||
# exec --no-startup-id numlockx on
|
||||
|
||||
@ -329,5 +331,3 @@ bindsym XF86AudioStop exec playerctl stop
|
||||
|
||||
# IRC weechat
|
||||
bindsym $mod+Shift+w exec --no-startup-id termite --name=irc -e "firejail weechat"
|
||||
# conky
|
||||
exec --no-startup-id conky
|
||||
|
Loading…
x
Reference in New Issue
Block a user