aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config10
1 files changed, 5 insertions, 5 deletions
diff --git a/config b/config
index 9e03f21..ffb7303 100644
--- a/config
+++ b/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