This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathswhkdrc
91 lines (64 loc) · 2.11 KB
/
swhkdrc
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
include /home/eden/.config/swhkd/swhkdrc
include /home/eden/.config/swhkd/wayland.swhkdrc
# include /home/eden/.config/swhkd/mpc.swhkdrc
# include /home/eden/.config/swhkd/wayshot.swhkdrc
ignore ctrl + alt + l
ignore ctrl + alt + e
ignore super + space
ignore super + w
super + b
/home/eden/.config/hypr/scripts/toggle-waybar
print
wayshot
super + shift + f
/home/eden/.config/hypr/scripts/fullscreen
# super + alt + space
# /home/eden/.config/hypr/scripts/toggle-all-float
super + shift + t
/home/eden/.config/hypr/scripts/tile-active-workspace-centered
super + t
/home/eden/.config/hypr/scripts/tile-active-workspace
super + enter
/home/eden/.config/hypr/scripts/launch-kitty
super + shift + enter
/home/eden/.config/hypr/scripts/launch-kitty-slurp
super + q
/home/eden/.config/hypr/scripts/kill-active
super + shift + {1-9, 0}
/home/eden/.config/hypr/scripts/switch-workspace {1-9, 0}
super + p
/home/eden/.config/hypr/scripts/tofi-run
super + ctrl + {h, l, j, k}
hyprctl dispatch resizeactive {\-5 0, 5 0, 0 5, 0 \-5} && /home/eden/.config/hypr/scripts/tile-active-workspace
super + ctrl + {left, right, down, up}
hyprctl dispatch resizeactive {\-25 0, 25 0, 0 25, 0 \-25} && /home/eden/.config/hypr/scripts/tile-active-workspace
super + r
@enter resize
mode resize
{h, l, j, k}
hyprctl dispatch resizeactive {\-5 0, 5 0, 0 5, 0 \-5}
ctrl + {h, l, j, k}
/home/eden/.config/hypr/scripts/fold-window {left,right,down,up}
{left, right, down, up}
hyprctl dispatch resizeactive {\-25 0, 25 0, 0 25, 0 \-25}
ctrl + {left, right, down, up}
/home/eden/.config/hypr/scripts/fold-window {left,right,down,up}
capslock
@escape && sleep 0.5; /home/eden/.config/hypr/scripts/tile-active-workspace
q
@escape
endmode
super + shift + {left, right, down, up}
/home/eden/.config/hypr/scripts/move-canvas {\-25 0, 25 0, 0 25, 0 \-25}
super + shift + m
@enter move-canvas
mode move-canvas
{h, l, j, k}
/home/eden/.config/hypr/scripts/move-canvas {\-5 0, 5 0, 0 5, 0 \-5}
{left, right, down, up}
/home/eden/.config/hypr/scripts/move-canvas {\-25 0, 25 0, 0 25, 0 \-25}
capslock
@escape
q
@escape
endmode