Convert config from tabs to spaces

This commit is contained in:
Adam Goldsmith 2017-11-03 03:32:08 -04:00
parent 24370abb5d
commit 7cb2d0ab09
1 changed files with 27 additions and 27 deletions

View File

@ -39,12 +39,12 @@ bindsym Mod1+Control+Delete exec $config_dir/lock.sh pick # power menu
bindsym $mod+p exec --no-startup-id $config_dir/killPanel.sh # restart xfce4-panel
mode "launch" {
bindsym e exec emacsclient -c -n; mode "default"
bindsym f exec firefox; mode "default"
bindsym t exec thunar; mode "default"
bindsym $mod+g mode "default"
bindsym Escape mode "default"
bindsym Return mode "default"
bindsym e exec emacsclient -c -n; mode "default"
bindsym f exec firefox; mode "default"
bindsym t exec thunar; mode "default"
bindsym $mod+g mode "default"
bindsym Escape mode "default"
bindsym Return mode "default"
}
bindsym $mod+x mode "launch"
@ -245,28 +245,28 @@ bindsym $mod+Shift+r restart
# resize window
mode "resize" {
# These bindings trigger as soon as you enter the resize mode
# Pressing left will shrink the windows width.
# Pressing right will grow the windows width.
# Pressing up will shrink the windows height.
# Pressing down will grow the windows height.
bindsym j resize shrink width 10 px or 10 ppt
bindsym k resize grow height 10 px or 10 ppt
bindsym l resize shrink height 10 px or 10 ppt
bindsym semicolon resize grow width 10 px or 10 ppt
# These bindings trigger as soon as you enter the resize mode
bindsym c exec --no-startup-id $config_dir/compact_workspace_numbers.py; mode "default"
# same bindings, but for the arrow keys
bindsym Left resize shrink width 10 px or 10 ppt
bindsym Down resize grow height 10 px or 10 ppt
bindsym Up resize shrink height 10 px or 10 ppt
bindsym Right resize grow width 10 px or 10 ppt
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
# Pressing left will shrink the windows width.
# Pressing right will grow the windows width.
# Pressing up will shrink the windows height.
# Pressing down will grow the windows height.
bindsym j resize shrink width 10 px or 10 ppt
bindsym k resize grow height 10 px or 10 ppt
bindsym l resize shrink height 10 px or 10 ppt
bindsym semicolon resize grow width 10 px or 10 ppt
bindsym c exec --no-startup-id $config_dir/compact_workspace_numbers.py; mode "default"
# same bindings, but for the arrow keys
bindsym Left resize shrink width 10 px or 10 ppt
bindsym Down resize grow height 10 px or 10 ppt
bindsym Up resize shrink height 10 px or 10 ppt
bindsym Right resize grow width 10 px or 10 ppt
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+r mode "resize"