aboutsummaryrefslogtreecommitdiff
path: root/.config/X11/xbindkeysrc
blob: ecafb9484e6616d46575a3ef5010799600063ab3 (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
###########################
# xbindkeys configuration #
###########################

# Quake Terminal
"tdrop -tam -y 65% -x 15% -w 70% -h 35% urxvt -pe tabbed"
    Mod4 + q

# App Launcher
"$HOME/.local/bin/scripts/app-launcher"
    Mod4 + r

# Priv App Launcher
"$HOME/.local/bin/scripts/app-launcher-priv"
    Mod4 + e

# Terminal App Launcher
"$HOME/.local/bin/scripts/app-launcher-terminal"
    Mod4 + w

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

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

# Toggle fullscreen active window
"wmctrl -r :ACTIVE: -b toggle,fullscreen"
    Mod4 + f

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

# Copyq Toggle
"$HOME/.local/bin/scripts/clipboard"
    Mod4 + z

# Text plumber
"$HOME/.local/bin/plumber-dmenu"
    Mod4 + i

# File Search
"$HOME/.local/bin/scripts/file-search"
    Mod4 + p

# Window Switcher
"$HOME/.local/bin/scripts/window-switcher"
    Alt + Tab

# Window Overview
"$HOME/.local/bin/scripts/window-overview"
    Mod4 + Tab

# File Search
"$HOME/.local/bin/scripts/internet-search"
    Mod4 + a

# Volume Up
"$HOME/.local/bin/scripts/volume-up"
    XF86AudioRaiseVolume

# Volume Down
"$HOME/.local/bin/scripts/volume-down"
    XF86AudioLowerVolume

# Volume Mute
"$HOME/.local/bin/scripts/volume-mute"
    XF86AudioMute

# Lock Screen
"$HOME/.local/bin/scripts/lockscreen"
    XF86ScreenSaver

# Snipping Tool
"$HOME/.local/bin/scripts/snipping-tool"
    Print

# Switch Monitor
"$HOME/.local/bin/scripts/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"
    Alt + Mod4 + Return

# Terminal Multiplexer
"urxvt -e tmux attach"
    Control + Mod4 + Return