blob: d48e2beabdf49b5bc2addc0988c3503fbc14e926 (
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
|
binds {
Mod+Alt+L { spawn "swaylock"; }
Mod+Alt+Q { quit; }
Mod+C { center-column; }
Mod+Equal { set-column-width "+10%"; }
Mod+Escape allow-inhibiting=false { toggle-keyboard-shortcuts-inhibit; }
Mod+F { toggle-window-floating; }
Mod+Minus { set-column-width "-10%"; }
Mod+Q repeat=false { close-window; }
Mod+Return { spawn "foot"; }
Mod+R { spawn "fuzzel"; }
Mod+Shift+R { switch-preset-column-width; }
Print { screenshot-screen; }
XF86AudioLowerVolume { spawn-sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.1+ -l 1.0"; }
XF86AudioRaiseVolume { spawn-sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.1-"; }
XF86MonBrightnessDown { spawn "brightnessctl" "--class=backlight" "set" "5%-"; }
XF86MonBrightnessUp { spawn "brightnessctl" "--class=backlight" "set" "+5%"; }
Mod+1 { focus-workspace 1; }
Mod+2 { focus-workspace 2; }
Mod+3 { focus-workspace 3; }
Mod+4 { focus-workspace 4; }
Mod+5 { focus-workspace 5; }
Mod+6 { focus-workspace 6; }
Mod+7 { focus-workspace 7; }
Mod+8 { focus-workspace 8; }
Mod+9 { focus-workspace 9; }
Mod+BracketLeft { consume-or-expel-window-left; }
Mod+BracketRight { consume-or-expel-window-right; }
Mod+Ctrl+H { focus-monitor-left; }
Mod+Ctrl+J { focus-workspace-down; }
Mod+Ctrl+K { focus-workspace-up; }
Mod+Ctrl+L { focus-monitor-right; }
Mod+Ctrl+Shift+H { move-column-to-monitor-left; }
Mod+Ctrl+Shift+J { move-column-to-workspace-down; }
Mod+Ctrl+Shift+K { move-column-to-workspace-up; }
Mod+Ctrl+Shift+L { move-column-to-monitor-right; }
Mod+H { focus-column-left; }
Mod+J { focus-window-down; }
Mod+K { focus-window-up; }
Mod+L { focus-column-right; }
Mod+Shift+1 { move-column-to-workspace 1; }
Mod+Shift+2 { move-column-to-workspace 2; }
Mod+Shift+3 { move-column-to-workspace 3; }
Mod+Shift+4 { move-column-to-workspace 4; }
Mod+Shift+5 { move-column-to-workspace 5; }
Mod+Shift+6 { move-column-to-workspace 6; }
Mod+Shift+7 { move-column-to-workspace 7; }
Mod+Shift+8 { move-column-to-workspace 8; }
Mod+Shift+9 { move-column-to-workspace 9; }
Mod+Shift+H { move-column-left; }
Mod+Shift+J { move-window-down; }
Mod+Shift+K { move-window-up; }
Mod+Shift+L { move-column-right; }
Mod+TouchpadScrollDown cooldown-ms=100 { focus-workspace-down; }
Mod+TouchpadScrollLeft { focus-column-left; }
Mod+TouchpadScrollRight { focus-column-right; }
Mod+TouchpadScrollUp cooldown-ms=100 { focus-workspace-up; }
}
clipboard {
disable-primary
}
cursor {
// TODO
}
hotkey-overlay {
skip-at-startup
}
input {
disable-power-key-handling
mouse {
accel-profile "flat"
}
touchpad {
accel-profile "flat"
drag true
dwt
natural-scroll
tap
}
warp-mouse-to-focus mode="center-xy"
}
layout {
always-center-single-column
border {
off
}
default-column-display "tabbed"
default-column-width { proportion 0.5; }
focus-ring {
active-gradient angle=45 from="#88c0d0" to="#8fbcbb"
inactive-color "#3b4252"
urgent-color "#d08770"
width 2
}
gaps 4
shadow {
on
}
tab-indicator {
gap 1
gaps-between-tabs 1
hide-when-single-tab
place-within-column
position "left"
width 2
}
}
output "eDP-1" {
focus-at-startup
mode "2256x1504@60.000"
position x=0 y=0
scale 1.5
}
overview {
backdrop-color "#2e3440"
}
prefer-no-csd
recent-windows {
off
}
screenshot-path "~/Pictures/screenshots/%Y-%m-%d_%H.%M.%S"
|