summaryrefslogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
authorLibravatar Nick Paladino <nickp@ncpholdings.org>2019-05-21 00:29:00 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-05-21 08:12:49 -0600
commit08ec88692adbe8969a07f6b8ed30180b80a5c3d1 (patch)
treed3a7145964a4da7bcc7a94fdb6cb7873d8dfd977 /config.in
parentcommands/bar: improve error for invalid subcommand (diff)
downloadsway-08ec88692adbe8969a07f6b8ed30180b80a5c3d1.tar.gz
sway-08ec88692adbe8969a07f6b8ed30180b80a5c3d1.tar.zst
sway-08ec88692adbe8969a07f6b8ed30180b80a5c3d1.zip
Make comment casing consistient
Makes the first letter of all the comments uppercase. THus making the config file more consistient
Diffstat (limited to 'config.in')
-rw-r--r--config.in26
1 files changed, 13 insertions, 13 deletions
diff --git a/config.in b/config.in
index 9d6f2e66..1ba0443a 100644
--- a/config.in
+++ b/config.in
@@ -62,13 +62,13 @@ output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
62# 62#
63# Basics: 63# Basics:
64# 64#
65 # start a terminal 65 # Start a terminal
66 bindsym $mod+Return exec $term 66 bindsym $mod+Return exec $term
67 67
68 # kill focused window 68 # Kill focused window
69 bindsym $mod+Shift+q kill 69 bindsym $mod+Shift+q kill
70 70
71 # start your launcher 71 # Start your launcher
72 bindsym $mod+d exec $menu 72 bindsym $mod+d exec $menu
73 73
74 # Drag floating windows by holding down $mod and left mouse button. 74 # Drag floating windows by holding down $mod and left mouse button.
@@ -78,10 +78,10 @@ output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
78 # mouse button for dragging. 78 # mouse button for dragging.
79 floating_modifier $mod normal 79 floating_modifier $mod normal
80 80
81 # reload the configuration file 81 # Reload the configuration file
82 bindsym $mod+Shift+c reload 82 bindsym $mod+Shift+c reload
83 83
84 # exit sway (logs you out of your Wayland session) 84 # Exit sway (logs you out of your Wayland session)
85 bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' 85 bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
86# 86#
87# Moving around: 87# Moving around:
@@ -91,18 +91,18 @@ output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
91 bindsym $mod+$down focus down 91 bindsym $mod+$down focus down
92 bindsym $mod+$up focus up 92 bindsym $mod+$up focus up
93 bindsym $mod+$right focus right 93 bindsym $mod+$right focus right
94 # or use $mod+[up|down|left|right] 94 # Or use $mod+[up|down|left|right]
95 bindsym $mod+Left focus left 95 bindsym $mod+Left focus left
96 bindsym $mod+Down focus down 96 bindsym $mod+Down focus down
97 bindsym $mod+Up focus up 97 bindsym $mod+Up focus up
98 bindsym $mod+Right focus right 98 bindsym $mod+Right focus right
99 99
100 # _move_ the focused window with the same, but add Shift 100 # Move the focused window with the same, but add Shift
101 bindsym $mod+Shift+$left move left 101 bindsym $mod+Shift+$left move left
102 bindsym $mod+Shift+$down move down 102 bindsym $mod+Shift+$down move down
103 bindsym $mod+Shift+$up move up 103 bindsym $mod+Shift+$up move up
104 bindsym $mod+Shift+$right move right 104 bindsym $mod+Shift+$right move right
105 # ditto, with arrow keys 105 # Ditto, with arrow keys
106 bindsym $mod+Shift+Left move left 106 bindsym $mod+Shift+Left move left
107 bindsym $mod+Shift+Down move down 107 bindsym $mod+Shift+Down move down
108 bindsym $mod+Shift+Up move up 108 bindsym $mod+Shift+Up move up
@@ -110,7 +110,7 @@ output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
110# 110#
111# Workspaces: 111# Workspaces:
112# 112#
113 # switch to workspace 113 # Switch to workspace
114 bindsym $mod+1 workspace 1 114 bindsym $mod+1 workspace 1
115 bindsym $mod+2 workspace 2 115 bindsym $mod+2 workspace 2
116 bindsym $mod+3 workspace 3 116 bindsym $mod+3 workspace 3
@@ -121,7 +121,7 @@ output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
121 bindsym $mod+8 workspace 8 121 bindsym $mod+8 workspace 8
122 bindsym $mod+9 workspace 9 122 bindsym $mod+9 workspace 9
123 bindsym $mod+0 workspace 10 123 bindsym $mod+0 workspace 10
124 # move focused container to workspace 124 # Move focused container to workspace
125 bindsym $mod+Shift+1 move container to workspace 1 125 bindsym $mod+Shift+1 move container to workspace 1
126 bindsym $mod+Shift+2 move container to workspace 2 126 bindsym $mod+Shift+2 move container to workspace 2
127 bindsym $mod+Shift+3 move container to workspace 3 127 bindsym $mod+Shift+3 move container to workspace 3
@@ -157,7 +157,7 @@ output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
157 # Swap focus between the tiling area and the floating area 157 # Swap focus between the tiling area and the floating area
158 bindsym $mod+space focus mode_toggle 158 bindsym $mod+space focus mode_toggle
159 159
160 # move focus to the parent container 160 # Move focus to the parent container
161 bindsym $mod+a focus parent 161 bindsym $mod+a focus parent
162# 162#
163# Scratchpad: 163# Scratchpad:
@@ -184,13 +184,13 @@ mode "resize" {
184 bindsym $up resize shrink height 10px 184 bindsym $up resize shrink height 10px
185 bindsym $right resize grow width 10px 185 bindsym $right resize grow width 10px
186 186
187 # ditto, with arrow keys 187 # Ditto, with arrow keys
188 bindsym Left resize shrink width 10px 188 bindsym Left resize shrink width 10px
189 bindsym Down resize grow height 10px 189 bindsym Down resize grow height 10px
190 bindsym Up resize shrink height 10px 190 bindsym Up resize shrink height 10px
191 bindsym Right resize grow width 10px 191 bindsym Right resize grow width 10px
192 192
193 # return to default mode 193 # Return to default mode
194 bindsym Return mode "default" 194 bindsym Return mode "default"
195 bindsym Escape mode "default" 195 bindsym Escape mode "default"
196} 196}