diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-05-13 11:43:23 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-05-13 11:43:23 +0200 |
commit | 6803c42a83ae2726ca1dc42c2300f49565b88642 (patch) | |
tree | 45c61ac3afe9bc2d778f9e17fcdc8e7b721560c3 /.i3 | |
parent | 0f359913af8ce5d5b020f98288b1241038545046 (diff) | |
download | dotfiles-6803c42a83ae2726ca1dc42c2300f49565b88642.tar.gz |
Some changes
Diffstat (limited to '.i3')
-rw-r--r-- | .i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,7 +33,7 @@ floating_modifier $mod bindsym $mod+Return exec "xterm" #start ranger -bindsym $mod+o exec "xterm -e bash ranger" +bindsym $mod+o exec "xterm -e ranger" # kill focused window bindsym $mod+Shift+q kill @@ -324,7 +324,7 @@ exec --no-startup-id feh --bg-fill ~/.i3/wp.jpg # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) #bar { -# status_command i3status + # status_command i3status #} exec_always --no-startup-id ~/.i3/start_polybar.sh jonny |