aboutsummaryrefslogtreecommitdiff
path: root/.config/X11/xbindkeysrc
blob: a8605fe950ee19d446182456722d5b632cfaa3dc (plain)
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
# quake terminal
"dropdown-terminal"
    Mod4 + q

# program launcher
"dmenu_run_history"
    Mod4 + r

# privilege launcher
"dmenu_run_history privilege"
    Mod4 + e

# terminal launcher
"dmenu_run_history terminal"
    Mod4 + w

# zoom application
"sh -c 'notify-send Zoom && boomer'"
    Mod4 + x

# close active window
"wmctrl -c :ACTIVE:"
    Mod4 + Shift + c

# toggle ontop active window
"wmctrl -r :ACTIVE: -b toggle,above"
    Mod4 + t

# show bookmarks
"bookmarks show $HOME/Shares/Projects/bookmarks/archives/bookmarks-old.html"
    Mod4 + g

# clipboard toggle
"clipboard"
    Mod4 + z

# text plumber
"plumber-dmenu"
    Mod4 + i

# pass menu
"pass-menu"
    Mod4 + d

# file search
"file-search"
    Mod4 + p

# window switcher
"window-switcher"
    Alt + Tab

# window overview
"window-overview"
    Mod4 + Tab

# file search
"internet-search"
    Mod4 + a

# volume up
"volume-control up"
    XF86AudioRaiseVolume

# volume down
"volume-control down"
    XF86AudioLowerVolume

# volume mute
"volume-control mute"
    XF86AudioMute

# lock screen
"lockscreen"
    XF86ScreenSaver

# snipping tool
"snipping-tool"
    Print

# switch monitor
"switch-monitor"
    XF86Display

# screen record
"peek"
    Alt + Print

# flameshot screenshots
"flameshot gui"
    Control + Print

# shortcut key check
"urxvt -hold -e xbindkeys --multikey -f $HOME/.config/xbindkeysrc"
    Shift + Mod4 + b

# terminal
"urxvt"
    Mod4 + Return

# terminal tabbed
"urxvt -pe tabbed"
    Control + Mod4 + Return

# terminal multiplexer
"urxvt -e tmux attach"
    Alt + Mod4 + Return