diff options
author | Jesús <heckyel@hyperbola.info> | 2019-06-23 22:05:06 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-06-23 22:05:06 -0500 |
commit | a53e95fa6234e6231633e298aed88a7607c5b1ea (patch) | |
tree | b29c733eebfa4067ad6393dfe7f42ecf68c71013 | |
parent | b57bd8346cc5ee3b130f935716010e9bf79a8a76 (diff) | |
download | i3-config-a53e95fa6234e6231633e298aed88a7607c5b1ea.tar.lz i3-config-a53e95fa6234e6231633e298aed88a7607c5b1ea.tar.xz i3-config-a53e95fa6234e6231633e298aed88a7607c5b1ea.zip |
change to absolute path
-rw-r--r-- | config | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |