aboutsummaryrefslogtreecommitdiff
path: root/.config/sway/config
blob: 400d7008ad2ee25ff5f70036d4c3cc1d067e51f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
set {
    ### Variables
    #
    # Logo key. Use Mod1 for Alt.
    $mod Mod4
    # Home row direction keys, like vim
    $left h
    $down j
    $up k
    $right l
    # Your preferred terminal emulator
    $term foot
    # Your preferred application launcher
    # Note: pass the final command to swaymsg so that the resulting window can be opened
    # on the original workspace that the command was run on.
    $menu dmenu_path | fuzzel | xargs swaymsg exec --

    # Wallpaper is set by lf BG or imv Shift+W
    $wallpaper $(cat ~/.cache/wallpaper)
}

exec {
    # Start Polkit
    /usr/libexec/polkit-gnome/polkit-gnome-authentication-agent-1

    dbus-run-session pipewire

    # Start Dunst
    mako

    # Start wlsunset
    wlsunset -l 57.4 -L -1.9

    # At startup focus on workspace 1
    swaymsg "workspace 1;"

    ### Idle configuration
    exec swayidle -w \
            timeout 300 'swaylock -f -i $wallpaper' \
            timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
            before-sleep 'swaylock -f -i $wallpaper'

    # This will lock your screen after 300 seconds of inactivity, then turn off
    # your displays after another 300 seconds, and turn your screens back on when
    # resumed. It will also lock your screen before your computer goes to sleep.
}

exec_always {
    ~/.config/eww/scripts/start.sh
}

# Check clamshell mode on reload 
# exec_always ~/.local/bin/clamshell-mode.sh

# exec_always bash -c "pkill kanshi; exec kanshi"

# Hide mouse cursor after a period of inactivity.
seat * hide_cursor 4000

# Gaps Settings
default_border pixel 2

gaps {
    top 4
    inner 10
}

#client.<class>         <border>  <background>    <text>      <indicator>   <child_border> 

client.focused          "#2c2c2c" "#dddfe2"      "#000000"   "#000000" "#33ccff"

client.focused_inactive "#23242a" "#000000"  "#666666"   "#000000"     "#999999"

client.unfocused        "#666666" "#fff5e5"      "#666666"   "#000000"     "#595959"

### Output configuration
#
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
output {
    * bg $wallpaper fill
#
# Example configuration:
#
#   output HDMI-A-1 resolution 1920x1080 position 1920,0
#
# You can get the names of your outputs by running: swaymsg -t get_outputs

    HDMI-A-1 pos 0 0 res 1920x1080
    eDP-1 pos 1920 0 res 1920x1080
}

bindswitch {
    --reload --locked lid:on output eDP-1 disable
    --reload --locked lid:off output eDP-1 enable
}

### Input configuration
#
# Example configuration:
#
#   input "2:14:SynPS/2_Synaptics_TouchPad" {
#       dwt enabled
#       tap enabled
#       natural_scroll enabled
#       middle_emulation enabled
#   }
#
# You can get the names of your inputs by running: swaymsg -t get_inputs
# Read `man 5 sway-input` for more information about this section.

input "type:keyboard" {
    xkb_layout us,gb
    xkb_options grp:shift_caps_toggle
}

bindsym {
    ### Key bindings

    # Start a terminal
    $mod+Return exec $term

    # Kill focused window
    $mod+Shift+q kill

    # Start your launcher
    $mod+d exec $menu

    # Reload the configuration file
    $mod+Shift+c reload

    # Exit sway (logs you out of your Wayland session)
    $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'

    XF86MonBrightnessUp exec ~/.local/bin/statusbar/brightnesscontrol up
    XF86MonBrightnessDown exec ~/.local/bin/statusbar/brightnesscontrol down

    XF86AudioRaiseVolume exec ~/.local/bin/statusbar/volumecontrol up
    XF86AudioLowerVolume exec ~/.local/bin/statusbar/volumecontrol down
    XF86AudioMute exec ~/.local/bin/statusbar/volumecontrol mute

    # Take a screenshot of the focused output and save it into screenshots
    Print exec grim -o $(swaymsg -t get_outputs | jq -r '.[] | select(.focused) | .name') -t jpeg ~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).jpg

    # Take a screenshot of the selected region
    $mod+Print exec grim -t jpeg -g "$(slurp)" ~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).jpg

    # Take a screenshot and save it to the clipboard
    $mod+Shift+Print exec grim -g "$(slurp -d)" - | wl-copy

    # Open power menu
    Shift+$mod+p exec ~/.local/bin/powermenu
    Shift+$mod+z exec ~/.local/bin/emoji-menu

    # Moving around:

    # Move your focus around
    $mod+$left focus left
    $mod+$down focus down
    $mod+$up focus up
    $mod+$right focus right
    # Or use $mod+[up|down|left|right]
    $mod+Left focus left
    $mod+Down focus down
    $mod+Up focus up
    $mod+Right focus right

    # Move the focused window with the same, but add Shift
    $mod+Shift+$left move left
    $mod+Shift+$down move down
    $mod+Shift+$up move up
    $mod+Shift+$right move right
    # Ditto, with arrow keys
    $mod+Shift+Left move left
    $mod+Shift+Down move down
    $mod+Shift+Up move up
    $mod+Shift+Right move right

    # Workspaces:

    # Switch to workspace
    # $mod+1 workspace number 1
    # $mod+1 [workspace="^1$"] move workspace to output current; workspace number 1
    # $mod+2 [workspace="^2$"] move workspace to output current; workspace number 2
    # $mod+3 [workspace="^3$"] move workspace to output current; workspace number 3
    # $mod+4 [workspace="^4$"] move workspace to output current; workspace number 4
    # $mod+5 [workspace="^5$"] move workspace to output current; workspace number 5
    # $mod+6 [workspace="^6$"] move workspace to output current; workspace number 6
    # $mod+7 [workspace="^7$"] move workspace to output current; workspace number 7
    # $mod+8 [workspace="^8$"] move workspace to output current; workspace number 8
    # $mod+9 [workspace="^9$"] move workspace to output current; workspace number 9
    # $mod+0 [workspace="^10$"] move workspace to output current; workspace number 10
    $mod+1 exec sh -c "$HOME/.config/eww/scripts/dispatch.sh 1"
    $mod+2 exec sh -c "$HOME/.config/eww/scripts/dispatch.sh 2"
    $mod+3 exec sh -c "$HOME/.config/eww/scripts/dispatch.sh 3"
    $mod+4 exec sh -c "$HOME/.config/eww/scripts/dispatch.sh 4"
    $mod+5 exec sh -c "$HOME/.config/eww/scripts/dispatch.sh 5"
    $mod+6 exec sh -c "$HOME/.config/eww/scripts/dispatch.sh 6"
    $mod+7 exec sh -c "$HOME/.config/eww/scripts/dispatch.sh 7"
    $mod+8 exec sh -c "$HOME/.config/eww/scripts/dispatch.sh 8"
    $mod+9 exec sh -c "$HOME/.config/eww/scripts/dispatch.sh 9"
    $mod+0 exec sh -c "$HOME/.config/eww/scripts/dispatch.sh 10"
    # Move focused container to workspace
    $mod+Shift+1 move container to workspace number 1
    $mod+Shift+2 move container to workspace number 2
    $mod+Shift+3 move container to workspace number 3
    $mod+Shift+4 move container to workspace number 4
    $mod+Shift+5 move container to workspace number 5
    $mod+Shift+6 move container to workspace number 6
    $mod+Shift+7 move container to workspace number 7
    $mod+Shift+8 move container to workspace number 8
    $mod+Shift+9 move container to workspace number 9
    $mod+Shift+0 move container to workspace number 10
    # Note: workspaces can have any name you want, not just numbers.
    # We just use 1-10 as the default.

    # Layout stuff:

    # You can "split" the current object of your focus with
    # $mod+b or $mod+v, for horizontal and vertical splits
    # respectively.
    $mod+b splith
    $mod+v splitv

    # Switch the current container between different layout styles
    $mod+s layout stacking
    $mod+w layout tabbed
    $mod+e layout toggle split

    # Make the current focus fullscreen
    $mod+f fullscreen

    # Toggle Waybar
    $mod+x exec "~/.config/eww/scripts/bar-toggle.sh"

    # Toggle the current focus between tiling and floating mode
    $mod+Shift+space floating toggle

    # Swap focus between the tiling area and the floating area
    $mod+space focus mode_toggle

    # Move focus to the parent container
    $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
    $mod+Shift+minus move scratchpad

    # Show the next scratchpad window or hide the focused scratchpad window.
    # If there are multiple scratchpad windows, this command cycles through them.
    $mod+minus scratchpad show

    # Resizing containers:
    $mod+r mode "resize"

    # Move workspace to output left or right
    $mod+Control+Right move workspace to output right
    $mod+Control+Left move workspace to output left

    # Move container to output left or right
    $mod+Control+Shift+Right move container to output right
    $mod+Control+Shift+Left move container to output left
}

mode "resize" {
    # left will shrink the containers width
    # right will grow the containers width
    # up will shrink the containers height
    # down will grow the containers height
    bindsym $left resize shrink width 10px
    bindsym $down resize grow height 10px
    bindsym $up resize shrink height 10px
    bindsym $right resize grow width 10px

    # Ditto, with arrow keys
    bindsym Left resize shrink width 10px
    bindsym Down resize grow height 10px
    bindsym Up resize shrink height 10px
    bindsym Right resize grow width 10px

    # Return to default mode
    bindsym Return mode "default"
    bindsym Escape mode "default"
}

# Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod.
# Despite the name, also works for non-floating windows.
# Change normal to inverse to use left mouse button for resizing and right
# mouse button for dragging.
floating_modifier $mod normal

# Define outputs
    # set $output-primary HDMI-A-1
    # set $output-secondary eDP-1

# workspace to displays
    # workspace 1 output $output-primary
    # workspace 2 output $output-primary
    # workspace 3 output $output-primary
    # workspace 4 output $output-primary
    # workspace 5 output $output-primary
    #
    # workspace 6 output $output-primary
    # workspace 7 output $output-primary
    # workspace 8 output $output-primary
    # workspace 9 output $output-primary
    # workspace 10 output $output-secondary

focus_on_window_activation focus

# Window rules
for_window {
    [app_id="mpv"] floating enable, resize set width 640 height 360, move position 1200 650, focus

    # Assign applications to specific workspaces
    [app_id="kitty"] move window to workspace 2, focus
    [class="Spotify"] move window to workspace 6, focus
    [app_id="gimp-*"] move window to workspace 5, focus
    [app_id="newsboat"] move window to workspace 8, focus
    [app_id="nvim"] move window to workspace 3, focus
    [app_id="weechat"] move window to workspace 4, focus
}

#
# Status Bar:
#
# Read `man 5 sway-bar` for more information about this section.
bar {
    # swaybar_command waybar
}

include /etc/sway/config.d/*