aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLibravatar Christoph Gysin <christoph.gysin@gmail.com>2015-11-25 15:28:10 +0200
committerLibravatar Christoph Gysin <christoph.gysin@gmail.com>2015-11-25 15:48:13 +0200
commit71f28fae57ab8c96bc1a2ab8e86d648eec81f6a0 (patch)
tree125a3428a174f7b97b361fdc8db9e11c350b281f /config
parentMerge pull request #255 from christophgysin/ninja (diff)
downloadsway-71f28fae57ab8c96bc1a2ab8e86d648eec81f6a0.tar.gz
sway-71f28fae57ab8c96bc1a2ab8e86d648eec81f6a0.tar.zst
sway-71f28fae57ab8c96bc1a2ab8e86d648eec81f6a0.zip
config: remove trailing whitespace
Diffstat (limited to 'config')
-rw-r--r--config10
1 files changed, 5 insertions, 5 deletions
diff --git a/config b/config
index e837b6a2..bd9b980b 100644
--- a/config
+++ b/config
@@ -44,7 +44,7 @@ set $menu dmenu_run
44 bindsym $mod+Shift+e exit 44 bindsym $mod+Shift+e exit
45# 45#
46# Moving around: 46# Moving around:
47# 47#
48 # Move your focus around with $mod+[h|j|k|l], like vim 48 # Move your focus around with $mod+[h|j|k|l], like vim
49 bindsym $mod+h focus left 49 bindsym $mod+h focus left
50 bindsym $mod+j focus down 50 bindsym $mod+j focus down
@@ -68,7 +68,7 @@ set $menu dmenu_run
68 bindsym $mod+Shift+Right move right 68 bindsym $mod+Shift+Right move right
69# 69#
70# Workspaces: 70# Workspaces:
71# 71#
72 # switch to workspace 72 # switch to workspace
73 bindsym $mod+1 workspace 1 73 bindsym $mod+1 workspace 1
74 bindsym $mod+2 workspace 2 74 bindsym $mod+2 workspace 2
@@ -91,7 +91,7 @@ set $menu dmenu_run
91 bindsym $mod+Shift+8 move container to workspace 8 91 bindsym $mod+Shift+8 move container to workspace 8
92 bindsym $mod+Shift+9 move container to workspace 9 92 bindsym $mod+Shift+9 move container to workspace 9
93 bindsym $mod+Shift+0 move container to workspace 10 93 bindsym $mod+Shift+0 move container to workspace 10
94# 94#
95# Layout stuff: 95# Layout stuff:
96# 96#
97 # You can "split" the current object of your focus with 97 # You can "split" the current object of your focus with
@@ -118,10 +118,10 @@ set $menu dmenu_run
118 bindsym $mod+a focus parent 118 bindsym $mod+a focus parent
119# 119#
120# Scratchpad: 120# Scratchpad:
121# 121#
122 # Sway has a "scratchpad", which is a bag of holding for windows. 122 # Sway has a "scratchpad", which is a bag of holding for windows.
123 # You can send windows there and get them back later. 123 # You can send windows there and get them back later.
124 124
125 # Move the currently focused window to the scratchpad 125 # Move the currently focused window to the scratchpad
126 bindsym $mod+Shift+minus move scratchpad 126 bindsym $mod+Shift+minus move scratchpad
127 127