-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathconfig.in
More file actions
748 lines (662 loc) · 26.5 KB
/
Copy pathconfig.in
File metadata and controls
748 lines (662 loc) · 26.5 KB
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
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
# vim: ft=swayconfig
#
# Default config for scroll
#
# Copy this to ~/.config/scroll/config and edit it to your liking.
#
# Read `man 5 scroll` for a complete reference.
### Variables
#
# Logo key. Use Mod1 for Alt.
set $mod Mod4
# Home row direction keys, like vim
set $left Left
set $down Down
set $up Up
set $right Right
# Your preferred terminal emulator
set $term kitty
# Your preferred application launcher
set $menu wmenu-run
### Output configuration
#
# Default wallpaper (more resolutions are available in @datadir@/backgrounds/scroll/)
# output * bg @datadir@/backgrounds/scroll/Sway_Wallpaper_Blue_1920x1080.png fill
#
# Example configuration:
#
# output HDMI-A-1 resolution 1920x1080 position 1920,0
#
# You can get the names of your outputs by running: scrollmsg -t get_outputs
### Idle configuration
#
# Example configuration:
#
# exec swayidle -w \
# timeout 300 'swaylock -f -c 000000' \
# timeout 600 'scrollmsg "output * power off"' resume 'scrollmsg "output * power on"' \
# before-sleep 'swaylock -f -c 000000'
#
# 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.
### Input configuration
#
# Example configuration:
#
# input type:touchpad {
# dwt enabled
# tap enabled
# natural_scroll enabled
# middle_emulation enabled
# }
#
# input type:keyboard {
# xkb_layout "eu"
# }
#
# You can also configure each device individually.
# Read `man 5 scroll-input` for more information about this section.
### Windows defaults
#default_border csd
default_border pixel 2
gaps inner 4
gaps outer 20
client.focused #15439e #4b4b4b #e0e0e0 #2e9ef4 #15439e
client.focused_inactive #595959 #3b3b3b #e0e0e0 #2e9ef4 #595959
client.unfocused #595959 #1b1b1b #e0e0e0 #2e9ef4 #595959
# titlebar_border_radius 8
# default_decoration border_radius 0 shadow false shadow_dynamic false shadow_size 40 shadow_blur 30 shadow_offset 40 40 shadow_color #00000070 dim false dim_color #00000040
# Idle inhibit for fullscreen windows
for_window [all] inhibit_idle fullscreen
# Layout settings
layout_default_width 0.5
layout_default_height 1.0
layout_widths [0.33333333 0.5 0.666666667 1.0]
layout_heights [0.33333333 0.5 0.666666667 1.0]
# These are the default values for some useful scroll options, consult
# `man 5 scroll` and change them to your preference
# align_reset_auto yes
# cursor_shake_magnify false
# cycle_size_wrap false
# fullscreen_movefocus true nofollow
# fullscreen_on_request default
# maximize_if_single false
# center_horizontal_if_fits true
# center_vertical_if_fits true
# workspace_next_on_output_create_empty true
# xwayland_output_scale true
# focus_wrapping no
# focus_on_window_activation focus
# xdg_activation_force false
# scratchpad_minimize false
# mouse_resize_tiling_limit true
# snap_window_gap 0
# snap_workspace_gap 0
# snap_respect_gaps_inner false
# snap_respect_gaps_outer false
# snap_border_overlap false
# Animations
animations {
enabled yes
default yes 300 var 3 [ 0.215 0.61 0.355 1 ]
window_open yes 300 var 3 [ 0 0 1 1 ]
window_move yes 300 var 3 [ 0.215 0.61 0.355 1 ] off 0.05 6 [0 0.6 0.4 0 1 0 0.4 -0.6 1 -0.6]
window_size yes 300 var 3 [ -0.35 0 0 0.5 ]
workspace_switch yes 500 var simple [ 0.215 0.61 0.355 1 ]
window_fullscreen yes 500 var simple [ 0.3 0.5 0.4 1 ]
jump yes 500 var simple [ 0.215 0.61 0.355 1 ]
layer_shell yes 300 var 3 [ 0 0 1 1 ]
fade_in yes 300 var simple [ 0.32 0 0.67 0 ]
fade_out yes 300 var simple [ 0.33 1 0.68 1 ]
# You can also define curves for the following events
# window_move_float
# overview
}
### Key bindings
#
# Basics:
#
# Start a terminal
bindsym $mod+Return exec $term
# Kill focused window
bindsym $mod+Backspace kill
bindsym $mod+Shift+Backspace kill unfocused
bindsym $mod+Ctrl+Backspace kill all
# Start your launcher
bindsym $mod+r exec $menu
bindsym $mod+e exec $filemanager
# 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
# Reload the configuration file
bindsym $mod+Shift+c reload
# Exit scroll (logs you out of your Wayland session)
bindsym $mod+Shift+x exec scrollnag -t warning -m 'You pressed the exit shortcut. Do you really want to exit scroll? This will end your Wayland session.' -B 'Yes, exit scroll' 'scrollmsg exit' -w 500 -e center -y overlay
# Layout mode
bindsym $mod+bracketleft set_mode h
bindsym $mod+bracketright set_mode v
#
# Moving around:
#
# Move your focus around
bindsym $mod+$left focus left
bindsym $mod+$down focus down
bindsym $mod+$up focus up
bindsym $mod+$right focus right
bindsym $mod+home focus beginning
bindsym $mod+end focus end
# Move the focused window with the same, but add Ctrl
bindsym $mod+Ctrl+$left move left
bindsym $mod+Ctrl+$down move down
bindsym $mod+Ctrl+$up move up
bindsym $mod+Ctrl+$right move right
bindsym $mod+Ctrl+home move beginning
bindsym $mod+Ctrl+end move end
# nomode
bindsym $mod+Alt+$left move left nomode
bindsym $mod+Alt+$down move down nomode
bindsym $mod+Alt+$up move up nomode
bindsym $mod+Alt+$right move right nomode
bindsym $mod+Alt+home move beginning nomode
bindsym $mod+Alt+end move end nomode
# Focus other monitors
bindsym $mod+Shift+$left focus output left
bindsym $mod+Shift+$down focus output down
bindsym $mod+Shift+$up focus output up
bindsym $mod+Shift+$right focus output right
#
# Workspaces:
#
# Switch to workspace
bindsym $mod+1 workspace number 1
bindsym $mod+2 workspace number 2
bindsym $mod+3 workspace number 3
bindsym $mod+4 workspace number 4
bindsym $mod+5 workspace number 5
bindsym $mod+6 workspace number 6
bindsym $mod+7 workspace number 7
bindsym $mod+8 workspace number 8
bindsym $mod+9 workspace number 9
bindsym $mod+0 workspace number 10
# Move focused container to workspace
bindsym $mod+Shift+1 move container to workspace number 1; workspace number 1
bindsym $mod+Shift+2 move container to workspace number 2; workspace number 2
bindsym $mod+Shift+3 move container to workspace number 3; workspace number 3
bindsym $mod+Shift+4 move container to workspace number 4; workspace number 4
bindsym $mod+Shift+5 move container to workspace number 5; workspace number 5
bindsym $mod+Shift+6 move container to workspace number 6; workspace number 6
bindsym $mod+Shift+7 move container to workspace number 7; workspace number 7
bindsym $mod+Shift+8 move container to workspace number 8; workspace number 8
bindsym $mod+Shift+9 move container to workspace number 9; workspace number 9
bindsym $mod+Shift+0 move container to workspace number 10; workspace number 10
# Note: workspaces can have any name you want, not just numbers.
# We just use 1-10 as the default.
bindsym $mod+Ctrl+Shift+$left move workspace to output left
bindsym $mod+Ctrl+Shift+$right move workspace to output right
# Swap workspace contents
bindsym $mod+Ctrl+1 workspace swap number 1
bindsym $mod+Ctrl+2 workspace swap number 2
bindsym $mod+Ctrl+3 workspace swap number 3
bindsym $mod+Ctrl+4 workspace swap number 4
bindsym $mod+Ctrl+5 workspace swap number 5
bindsym $mod+Ctrl+6 workspace swap number 6
bindsym $mod+Ctrl+7 workspace swap number 7
bindsym $mod+Ctrl+8 workspace swap number 8
bindsym $mod+Ctrl+9 workspace swap number 9
bindsym $mod+Ctrl+0 workspace swap number 10
# Swap only workspace names
bindsym $mod+Ctrl+Shift+1 workspace swap number 1 name_only
bindsym $mod+Ctrl+Shift+2 workspace swap number 2 name_only
bindsym $mod+Ctrl+Shift+3 workspace swap number 3 name_only
bindsym $mod+Ctrl+Shift+4 workspace swap number 4 name_only
bindsym $mod+Ctrl+Shift+5 workspace swap number 5 name_only
bindsym $mod+Ctrl+Shift+6 workspace swap number 6 name_only
bindsym $mod+Ctrl+Shift+7 workspace swap number 7 name_only
bindsym $mod+Ctrl+Shift+8 workspace swap number 8 name_only
bindsym $mod+Ctrl+Shift+9 workspace swap number 9 name_only
bindsym $mod+Ctrl+Shift+0 workspace swap number 10 name_only
bindsym $mod+Shift+Page_Up workspace prev
bindsym $mod+Shift+Page_Down workspace next
bindsym $mod+Page_Up workspace prev_on_output
bindsym $mod+Page_Down workspace next_on_output
# Split a workspace in two
mode "wssplit" {
bindsym 1 workspace split v 0.25 10; mode default
bindsym Shift+1 workspace split h 0.25 10; mode default
bindsym 2 workspace split v 0.333333333 10; mode default
bindsym Shift+2 workspace split h 0.333333333 10; mode default
bindsym 3 workspace split v 0.5 10; mode default
bindsym Shift+3 workspace split h 0.5 10; mode default
bindsym 4 workspace split v 0.66666667 10; mode default
bindsym Shift+4 workspace split h 0.6666667 10; mode default
bindsym 5 workspace split v 0.75 10; mode default
bindsym Shift+5 workspace split h 0.75 10; mode default
bindsym r workspace split reset; mode default;
# Return to default mode
bindsym Escape mode "default"
}
bindsym $mod+Shift+backslash mode "wssplit"
# Scaling
# Workspace
bindsym $mod+Shift+comma scale_workspace incr -0.05
bindsym --whole-window $mod+Shift+button4 scale_workspace incr -0.05
bindsym $mod+Shift+period scale_workspace incr 0.05
bindsym --whole-window $mod+Shift+button5 scale_workspace incr 0.05
bindsym $mod+Shift+Ctrl+period scale_workspace reset
# Overview
# workspace_labels_color #A54242FF
# workspace_labels_background #00000000
# workspace_labels_height 30
bindsym --no-repeat $mod+tab scale_workspace overview
bindsym --whole-window button8 scale_workspace overview
bindsym --no-repeat $mod+Shift+tab scale_workspaces toggle
# Jump
# jump_labels_color #9e1530FF
# jump_labels_background #15309eFF
# jump_labels_scale 0.5
# jump_labels_keys 1234
# jump_labels_swallow false
mode "jump" {
bindsym slash jump tiling; mode default
bindsym Shift+slash jump tiling all; mode default
bindsym c jump container; mode default
bindsym w jump workspaces; mode default
bindsym f jump floating; mode default
bindsym Shift+f jump floating all; mode default
bindsym a jump all; mode default
bindsym Shift+a jump all all; mode default
bindsym s scratchpad jump; mode default
bindsym t jump trailmark; mode default
bindsym Shift+t jump trailmark all; mode default
bindsym v jump; mode default
bindsym r jump criteria [app_id="firefox"]; mode default
# Return to default mode
bindsym Escape mode "default"
}
bindsym $mod+slash mode "jump"
mode "filter" {
bindsym slash filter active tiling; mode default
bindsym Shift+slash filter all tiling; mode default
bindsym Ctrl+slash filter active_only tiling; mode default
bindsym c filter active container; mode default
bindsym Shift+c filter all container; mode default
bindsym Ctrl+c filter active_only container; mode default
bindsym f filter active floating; mode default
bindsym Shift+f filter all floating; mode default
bindsym Ctrl+f filter active_only floating; mode default
bindsym t filter active trailmark; mode default
bindsym shift+t filter all trailmark; mode default
bindsym Ctrl+t filter active_only trailmark; mode default
bindsym v filter active visible; mode default
bindsym Shift+v filter all visible; mode default
bindsym Ctrl+v filter active_only visible; mode default
bindsym r filter reset; mode default
# Return to default mode
bindsym Escape mode "default"
}
bindsym $mod+Shift+slash mode "filter"
# Content
bindsym $mod+comma scale_content incr -0.05
bindsym --whole-window $mod+button4 scale_content incr -0.05
bindsym $mod+period scale_content incr 0.05
bindsym --whole-window $mod+button5 scale_content incr 0.05
bindsym $mod+Ctrl+period scale_content reset
#
# Layout stuff:
#
# Make the current focus fullscreen
bindsym $mod+f fullscreen
bindsym $mod+Ctrl+f fullscreen layout
bindsym $mod+Alt+f fullscreen application
bindsym $mod+Ctrl+Alt+f fullscreen global
# Toggle the current focus between tiling and floating mode
bindsym $mod+y focus mode_toggle
# Toggle layout type (h<->v)
bindsym $mod+Shift+y layout_transpose
# Float a window
bindsym $mod+Shift+f floating toggle
# Toggle sticky
bindsym $mod+Shift+Ctrl+a sticky toggle
# Toggle pin
bindsym --no-repeat $mod+a pin beginning
bindsym --no-repeat $mod+Shift+a pin end
# Selection
bindsym --no-repeat $mod+Insert selection toggle
bindsym --no-repeat $mod+Ctrl+Insert selection reset
bindsym --no-repeat $mod+Shift+Insert selection move
bindsym --no-repeat $mod+Ctrl+Shift+Insert selection workspace
bindsym --no-repeat $mod+Alt+Insert selection to_trail
# Marks
# bindsym $mod+m exec scroll-mark-toggle.sh
# bindsym $mod+Shift+m exec scroll-mark-remove.sh
# bindsym $mod+apostrophe exec scroll-mark-switch.sh
#
# Scratchpad:
#
# Scroll 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+z move scratchpad
# Show the next scratchpad window or hide the focused scratchpad window.
# If there are multiple scratchpad windows, this command cycles through them.
bindsym $mod+z scratchpad show
bindsym --no-repeat $mod+Alt+z scratchpad jump
bindsym $mod+Ctrl+z workspace back_and_forth
#
# Mode modifiers
#
mode "modifiers" {
bindsym $right set_mode after; mode default
bindsym $left set_mode before; mode default
bindsym home set_mode beginning; mode default
bindsym end set_mode end; mode default
bindsym $up set_mode focus; mode default
bindsym $down set_mode nofocus; mode default
bindsym h set_mode center_horiz; mode default
bindsym Shift+h set_mode nocenter_horiz; mode default
bindsym v set_mode center_vert; mode default
bindsym Shift+v set_mode nocenter_vert; mode default
bindsym r set_mode reorder_auto; mode default
bindsym Shift+r set_mode noreorder_auto; mode default
bindsym w set_mode fitfraction; mode default
bindsym Shift+w set_mode fitsplit; mode default
bindsym Ctrl+w set_mode nofit; mode default
# Return to default mode
bindsym Escape mode "default"
}
bindsym $mod+backslash mode "modifiers"
#
# Focus Ring
#
# focus_ring_length 0
# mode "focus_ring" {
# bindsym bracketleft focus_ring prev
# bindsym bracketright focus_ring next
# bindsym Return focus_ring set
# bindsym Home focus_ring first
# bindsym End focus_ring last
#
# bindsym Escape mode "default"
# }
# bindsym $mod+bracketleft mode "focus_ring"
bindsym $mod+Shift+bracketleft focus_ring prev
bindsym $mod+Shift+bracketright focus_ring next
bindsym $mod+Shift+Return focus_ring set
bindsym $mod+Shift+Delete focus_ring remove
bindsym $mod+Shift+Home focus_ring first
bindsym $mod+Shift+End focus_ring last
#
# Resizing containers:
#
bindsym $mod+minus cycle_size h prev
bindsym $mod+equal cycle_size h next
bindsym $mod+Shift+minus cycle_size v prev
bindsym $mod+Shift+equal cycle_size v next
mode "setsizeh" {
bindsym 1 set_size h 0.125; mode default
bindsym 2 set_size h 0.1666666667; mode default
bindsym 3 set_size h 0.25; mode default
bindsym 4 set_size h 0.333333333; mode default
bindsym 5 set_size h 0.375; mode default
bindsym 6 set_size h 0.5; mode default
bindsym 7 set_size h 0.625; mode default
bindsym 8 set_size h 0.6666666667; mode default
bindsym 9 set_size h 0.75; mode default
bindsym 0 set_size h 0.833333333; mode default
bindsym minus set_size h 0.875; mode default
bindsym equal set_size h 1.0; mode default
# Return to default mode
bindsym Escape mode "default"
}
bindsym $mod+b mode "setsizeh"
mode "setsizev" {
bindsym 1 set_size v 0.125; mode default
bindsym 2 set_size v 0.1666666667; mode default
bindsym 3 set_size v 0.25; mode default
bindsym 4 set_size v 0.333333333; mode default
bindsym 5 set_size v 0.375; mode default
bindsym 6 set_size v 0.5; mode default
bindsym 7 set_size v 0.625; mode default
bindsym 8 set_size v 0.6666666667; mode default
bindsym 9 set_size v 0.75; mode default
bindsym 0 set_size v 0.833333333; mode default
bindsym minus set_size v 0.875; mode default
bindsym equal set_size v 1.0; mode default
# Return to default mode
bindsym Escape mode "default"
}
bindsym $mod+Shift+b mode "setsizev"
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 100px
bindsym $down resize grow height 100px
bindsym $up resize shrink height 100px
bindsym $right resize grow width 100px
bindsym Shift+$left resize shrink right 100px
bindsym Shift+$down resize grow down 100px
bindsym Shift+$up resize shrink down 100px
bindsym Shift+$right resize grow right 100px
bindsym Ctrl+$left resize grow left 100px
bindsym Ctrl+$down resize shrink up 100px
bindsym Ctrl+$up resize grow up 100px
bindsym Ctrl+$right resize shrink left 100px
# Return to default mode
bindsym Escape mode "default"
}
bindsym $mod+Shift+r mode "resize"
mode "floating" {
bindsym $left move left 50px
bindsym $down move down 50px
bindsym $up move up 50px
bindsym $right move right 50px
bindsym Shift+$left resize shrink right 50px
bindsym Shift+$down resize grow down 50px
bindsym Shift+$up resize shrink down 50px
bindsym Shift+$right resize grow right 50px
bindsym Ctrl+$left resize grow left 50px
bindsym Ctrl+$down resize shrink up 50px
bindsym Ctrl+$up resize grow up 50px
bindsym Ctrl+$right resize shrink left 50px
# Return to default mode
bindsym Escape mode "default"
}
bindsym $mod+Ctrl+r mode "floating"
# Toggle Size (and maximize)
bindsym $mod+t toggle_size this 1.0 1.0
bindsym $mod+Shift+t toggle_size active 1.0 1.0
mode "togglesizeh" {
bindsym 1 toggle_size all 0.125 1.0; mode default
bindsym 2 toggle_size all 0.1666666667 1.0; mode default
bindsym 3 toggle_size all 0.25 1.0; mode default
bindsym 4 toggle_size all 0.333333333 1.0; mode default
bindsym 5 toggle_size all 0.375 1.0; mode default
bindsym 6 toggle_size all 0.5 1.0; mode default
bindsym 7 toggle_size all 0.625 1.0; mode default
bindsym 8 toggle_size all 0.6666666667 1.0; mode default
bindsym 9 toggle_size all 0.75 1.0; mode default
bindsym 0 toggle_size all 0.833333333 1.0; mode default
bindsym minus toggle_size all 0.875 1.0; mode default
bindsym equal toggle_size all 1.0 1.0; mode default
bindsym r toggle_size reset; mode default
# Return to default mode
bindsym Escape mode "default"
}
bindsym $mod+Ctrl+t mode "togglesizeh"
mode "togglesizev" {
bindsym 1 toggle_size all 1.0 0.125; mode default
bindsym 2 toggle_size all 1.0 0.1666666667; mode default
bindsym 3 toggle_size all 1.0 0.25; mode default
bindsym 4 toggle_size all 1.0 0.333333333; mode default
bindsym 5 toggle_size all 1.0 0.375; mode default
bindsym 6 toggle_size all 1.0 0.5; mode default
bindsym 7 toggle_size all 1.0 0.625; mode default
bindsym 8 toggle_size all 1.0 0.6666666667; mode default
bindsym 9 toggle_size all 1.0 0.75; mode default
bindsym 0 toggle_size all 1.0 0.833333333; mode default
bindsym minus toggle_size all 1.0 0.875; mode default
bindsym equal toggle_size all 1.0 1.0; mode default
bindsym r toggle_size reset; mode default
# Return to default mode
bindsym Escape mode "default"
}
bindsym $mod+Ctrl+Shift+t mode "togglesizev"
mode "align" {
bindsym c align center; mode default
bindsym m align middle; mode default
bindsym r align reset; mode default
bindsym $left align left; mode default
bindsym $right align right; mode default
bindsym $up align up; mode default
bindsym $down align down; mode default
bindsym Escape mode "default"
}
bindsym $mod+c mode "align"
mode "fit_size" {
bindsym w fit_size h visible proportional; mode default
bindsym Shift+w fit_size v visible proportional; mode default
bindsym Ctrl+w fit_size h visible equal; mode default
bindsym Ctrl+Shift+w fit_size v visible equal; mode default
bindsym $right fit_size h toend proportional; mode default
bindsym Shift+$right fit_size v toend proportional; mode default
bindsym Ctrl+$right fit_size h toend equal; mode default
bindsym Ctrl+Shift+$right fit_size v toend equal; mode default
bindsym $left fit_size h tobeg proportional; mode default
bindsym Shift+$left fit_size v tobeg proportional; mode default
bindsym Ctrl+$left fit_size h tobeg equal; mode default
bindsym Ctrl+Shift+$left fit_size v tobeg equal; mode default
bindsym $up fit_size h active proportional; mode default
bindsym Shift+$up fit_size v active proportional; mode default
#bindsym Ctrl+$up fit_size h active equal; mode default
#bindsym Ctrl+Shift+$up fit_size v active equal; mode default
bindsym $down fit_size h all proportional; mode default
bindsym Shift+$down fit_size v all proportional; mode default
bindsym Ctrl+$down fit_size h all equal; mode default
bindsym Ctrl+Shift+$down fit_size v all equal; mode default
bindsym Escape mode "default"
}
bindsym $mod+w mode "fit_size"
mode "trailmark" {
bindsym bracketright trailmark next
bindsym bracketleft trailmark prev
bindsym semicolon trailmark toggle; mode default
bindsym --no-repeat slash trailmark jump; mode default
bindsym Escape mode "default"
}
bindsym $mod+semicolon mode "trailmark"
mode "trail" {
bindsym bracketright trail next
bindsym bracketleft trail prev
bindsym 0 trail number 0; mode default
bindsym 1 trail number 1; mode default
bindsym 2 trail number 2; mode default
bindsym 3 trail number 3; mode default
bindsym 4 trail number 4; mode default
bindsym 5 trail number 5; mode default
bindsym 6 trail number 6; mode default
bindsym 7 trail number 7; mode default
bindsym 8 trail number 8; mode default
bindsym 9 trail number 9; mode default
bindsym semicolon trail new; mode default
bindsym d trail delete; mode default
bindsym c trail clear; mode default
bindsym insert trail to_selection; mode default
bindsym Escape mode "default"
}
bindsym $mod+Shift+semicolon mode "trail"
mode "spaces" {
bindsym 1 space load 1; mode default
bindsym 2 space load 2; mode default
bindsym 3 space load 3; mode default
bindsym 4 space load 4; mode default
bindsym 5 space load 5; mode default
bindsym 6 space load 6; mode default
bindsym 7 space load 7; mode default
bindsym 8 space load 8; mode default
bindsym 9 space load 9; mode default
bindsym 0 space load 0; mode default
bindsym Shift+1 space save 1; mode default
bindsym Shift+2 space save 2; mode default
bindsym Shift+3 space save 3; mode default
bindsym Shift+4 space save 4; mode default
bindsym Shift+5 space save 5; mode default
bindsym Shift+6 space save 6; mode default
bindsym Shift+7 space save 7; mode default
bindsym Shift+8 space save 8; mode default
bindsym Shift+9 space save 9; mode default
bindsym Shift+0 space save 0; mode default
bindsym Ctrl+1 space restore_hide 1; mode default
bindsym Ctrl+2 space restore_hide 2; mode default
bindsym Ctrl+3 space restore_hide 3; mode default
bindsym Ctrl+4 space restore_hide 4; mode default
bindsym Ctrl+5 space restore_hide 5; mode default
bindsym Ctrl+6 space restore_hide 6; mode default
bindsym Ctrl+7 space restore_hide 7; mode default
bindsym Ctrl+8 space restore_hide 8; mode default
bindsym Ctrl+9 space restore_hide 9; mode default
bindsym Ctrl+0 space restore_hide 0; mode default
bindsym Ctrl+Shift+1 space restore 1; mode default
bindsym Ctrl+Shift+2 space restore 2; mode default
bindsym Ctrl+Shift+3 space restore 3; mode default
bindsym Ctrl+Shift+4 space restore 4; mode default
bindsym Ctrl+Shift+5 space restore 5; mode default
bindsym Ctrl+Shift+6 space restore 6; mode default
bindsym Ctrl+Shift+7 space restore 7; mode default
bindsym Ctrl+Shift+8 space restore 8; mode default
bindsym Ctrl+Shift+9 space restore 9; mode default
bindsym Ctrl+Shift+0 space restore 0; mode default
bindsym Escape mode "default"
}
bindsym $mod+g mode "spaces"
#
# Utilities:
#
# Special keys to adjust volume via PulseAudio
bindsym --locked XF86AudioMute exec pactl set-sink-mute \@DEFAULT_SINK@ toggle
bindsym --locked XF86AudioLowerVolume exec pactl set-sink-volume \@DEFAULT_SINK@ -5%
bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume \@DEFAULT_SINK@ +5%
bindsym --locked XF86AudioMicMute exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle
# Special keys to control media via playerctl
bindsym --locked XF86AudioPlay exec playerctl play-pause
bindsym --locked XF86AudioPause exec playerctl play-pause
bindsym --locked XF86AudioPrev exec playerctl previous
bindsym --locked XF86AudioNext exec playerctl next
bindsym --locked XF86AudioStop exec playerctl stop
# Special keys to adjust brightness via brightnessctl
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
# Special key to take a screenshot with grim
bindsym Print exec grim
focus_wrapping no
bindgesture swipe:4:right workspace next
bindgesture swipe:4:left workspace prev
bindgesture swipe:4:up scale_workspace overview
#
# Workspace rules:
#
# Opens a terminal when creating workspace 6
# workspace 6 exec kitty
#
# Status Bar:
#
# Read `man 5 scroll-bar` for more information about this section.
bar {
position top
# When the status_command prints a new line to stdout, scrollbar updates.
# The default just shows the current date and time.
status_command while date +'%Y-%m-%d %X'; do sleep 1; done
colors {
statusline #ffffff
background #323232
inactive_workspace #32323200 #32323200 #5c5c5c
scroller #2F343AFF #055E20FF #FFFFFFFF
}
}
#
# include @sysconfdir@/scroll/config.d/*