This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
out.txt
54 lines (54 loc) · 2.84 KB
/
out.txt
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
bind = SUPER D exec rofi -modi combi -combi-modi drun,window,ssh -show combi
bind = SUPER SHIFT V exec clipman pick -t rofi
bind = SUPER SHIFT K exec rofi -show keybinds -modi keybinds:/home/abs3nt/Scripts/keybinds.sh
bind = SUPER Return exec kitty
bind = SUPER BACKSPACE exec firefox
bind = SUPER H exec pcmanfm #WOOO
bind = SUPER CONTROL ALT P exec gospt toggleplay && gospt nowplaying | while read OUTPUT; do notify-send -t 4000 "Toggle Play" "$OUTPUT"; done
bind = SUPER CONTROL ALT Y exec gospt link | wl-copy && gospt nowplaying | while read OUTPUT; do notify-send -t 4000 "Copied Song Link" "$OUTPUT"; done
bind = SUPER CONTROL ALT N exec gospt skip && gospt nowplaying | while read OUTPUT; do notify-send -t 4000 "Now Playing" "$OUTPUT"; done
bind = SUPER CONTROL ALT H exec gospt previous && gospt nowplaying | while read OUTPUT; do notify-send -t 4000 "Now Playing" "$OUTPUT"; done
bind = SUPER CONTROL ALT U exec gospt unlike && gospt nowplaying | while read OUTPUT; do notify-send -t 4000 "Unliked Song" "$OUTPUT"; done
bind = SUPER CONTROL ALT L exec gospt like && gospt nowplaying | while read OUTPUT; do notify-send -t 4000 "Liked Song" "$OUTPUT"; done
bind = SUPER CONTROL ALT M exec gospt radio && gospt nowplaying | while read OUTPUT; do notify-send -t 4000 "Radio Started" "$OUTPUT"; done
bind = SUPER SHIFT S exec slurp -d | grim -g - - | wl-copy
bind = SUPER CONTROL ALT S exec grim -o DP-1 - | wl-copy
bind = SUPER SHIFT CONTROL S exec wf-recorder -g "$(slurp)" --audio -f ~/Videos/Screenrecord/record.mp4
bind = SUPER SHIFT CONTROL A exec killall -s SIGINT wf-recorder
bind = SUPER SHIFT W exec ~/Scripts/set_wallpaper.sh
bind = SUPER ALT L exec ~/Scripts/lockscreen.sh
bind = SUPER V togglefloating
bind = SUPER F fullscreen
bind = SUPER SHIFT F fakefullscreen
bind = SUPER P pseudo #dwindle
bind = SUPER J togglesplit #dwindle
bind = SUPER SHIFT Q killactive
bind = SUPER left movefocus l
bind = SUPER right movefocus r
bind = SUPER up movefocus u
bind = SUPER down movefocus d
bind = SUPER 1 workspace 1
bind = SUPER 2 workspace 2
bind = SUPER 3 workspace 3
bind = SUPER 4 workspace 4
bind = SUPER 5 workspace 5
bind = SUPER 6 workspace 6
bind = SUPER 7 workspace 7
bind = SUPER 8 workspace 8
bind = SUPER 9 workspace 9
bind = SUPER 0 workspace 10
bind = SUPER SHIFT 1 movetoworkspacesilent 1
bind = SUPER SHIFT 2 movetoworkspacesilent 2
bind = SUPER SHIFT 3 movetoworkspacesilent 3
bind = SUPER SHIFT 4 movetoworkspacesilent 4
bind = SUPER SHIFT 5 movetoworkspacesilent 5
bind = SUPER SHIFT 6 movetoworkspacesilent 6
bind = SUPER SHIFT 7 movetoworkspacesilent 7
bind = SUPER SHIFT 8 movetoworkspacesilent 8
bind = SUPER SHIFT 9 movetoworkspacesilent 9
bind = SUPER SHIFT 0 movetoworkspacesilent 10
bind = SUPER mouse_down workspace e+1
bind = SUPER mouse_up workspace e-1
bindm = SUPER mouse:272 movewindow
bindm = SUPER mouse:273 resizewindow
bind = SUPER SHIFT M exit