blob: e398f3d2e23f7d83c1baa868cb95c6671d0cb38d (
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
|
##################################
#
##### DWM #####
##################################
alt + shift + q
xmonadctl quit
alt + q
xmonadctl kill-window
alt + {1-9}
xmonadctl focus-workspace-{1-9}
alt + shift + {1-9}
xmonadctl send-to-workspace-{1-9}
alt + Tab
xmonadctl cycle-workspace
alt + space
xmonadctl togglefloating
alt + b
dbus-send --session --dest=org.Xmobar.Control --type=method_call '/org/Xmobar/Control' org.Xmobar.Control.SendSignal "string:Toggle 0"
#alt + 0
# dwmc viewall
#alt + shift + 0
# dwmc tagall
#move clockwise & anticlockwise
alt + {h,j,k}
xmonadctl focus-{master,next,prev}
#move windows clockwise and anticlockwsie
alt + shift + {h,j,k}
xmonadctl swap-with-{master,next,prev}
alt + f
xmonadctl togglefullscreen
alt + F11
xmonadctl togglefullscreen
alt + ctrl + period
xmonadctl next-layout
alt + space
xmonadctl next-layout
##################################
##################################
|