diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-11-25 08:53:33 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-11-25 08:53:33 -0500 |
commit | 0976bf7f683a03e615d95896803ba79871584f22 (patch) | |
tree | 125a3428a174f7b97b361fdc8db9e11c350b281f /config | |
parent | 402c9f4bf0fab1228b757990b292eb7b83690dd6 (diff) | |
parent | 71f28fae57ab8c96bc1a2ab8e86d648eec81f6a0 (diff) |
Merge pull request #258 from christophgysin/whitespace
config: remove trailing whitespace
Diffstat (limited to 'config')
-rw-r--r-- | config | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -44,7 +44,7 @@ set $menu dmenu_run bindsym $mod+Shift+e exit # # Moving around: -# +# # Move your focus around with $mod+[h|j|k|l], like vim bindsym $mod+h focus left bindsym $mod+j focus down @@ -68,7 +68,7 @@ set $menu dmenu_run bindsym $mod+Shift+Right move right # # Workspaces: -# +# # switch to workspace bindsym $mod+1 workspace 1 bindsym $mod+2 workspace 2 @@ -91,7 +91,7 @@ set $menu dmenu_run bindsym $mod+Shift+8 move container to workspace 8 bindsym $mod+Shift+9 move container to workspace 9 bindsym $mod+Shift+0 move container to workspace 10 -# +# # Layout stuff: # # You can "split" the current object of your focus with @@ -118,10 +118,10 @@ set $menu dmenu_run bindsym $mod+a focus parent # # Scratchpad: -# +# # Sway has a "scratchpad", which is a bag of holding for windows. # You can send windows there and get them back later. - + # Move the currently focused window to the scratchpad bindsym $mod+Shift+minus move scratchpad |