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

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