-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig
51 lines (43 loc) · 1.02 KB
/
config
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
# This is a comment
# Mainly used for testing
# swapmods
bind mod+shift+e exit
bind mod+Return spawn alacritty
bind mod+c spawn firefox
bind mod+x spawn loginctl lock-session
bind mod+shift+x bashSpawn loginctl lock-session && systemctl suspend
bind mod+d bashSpawn "rofi -i -show drun"
gaps 10
outergaps 10
bind mod+shift+r reload
bind mod+q kill
# Tiling
bind mod+t toggle
bind mod+f fullscreen
# Focus
bind mod+h focChange left
bind mod+j focChange down
bind mod+k focChange up
bind mod+l focChange right
# Workspaces
addworkspace "1: A" 1
addworkspace "2: B" 1
addworkspace "3: C" 1
addworkspace "4: D" 1
addworkspace "5: E" 1
addworkspace "6: F" 2 1
addworkspace "7: G" 2 1
addworkspace "8: H" 2 1
addworkspace "9: I" 2 1
addworkspace "10: J" 2 1
bind mod+1 changeWS 1
bind mod+2 changeWS 2
bind mod+3 changeWS 3
bind mod+4 changeWS 4
bind mod+5 changeWS 5
bind mod+6 changeWS 6
bind mod+7 changeWS 7
bind mod+8 changeWS 8
bind mod+9 changeWS 9
bind mod+0 changeWS 10
spawnOnce xss-lock --transfer-sleep-lock -- i3lock -et --nofork