-
Notifications
You must be signed in to change notification settings - Fork 0
/
piemenu
executable file
·64 lines (63 loc) · 1.44 KB
/
piemenu
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
#!/bin/sh
pmenu -e <<EOF
APP
BRWSR
ff firefox
ggl google-chrome-stable
srf tabbed surf -e
MEDIA
mpdvl mpdevil
sptfy spotify-launcher
ncmp bspc rule -a \* -o state=floating && kitty ncmpcpp
ntflx netflix
DSGN
ink inkscape
gmp gimp
azp azpainterb
blndr prime-run blender & disown
krta krita
OFFC
emcs emacs
vsc code
msp mousepad
lbro libreoffice
txst texstudio
zot zotero
oklr okular
UTIL
col cpicker
qal qalculate-gtk
dscrd discord
SS
gui flameshot gui
win maim -s -u | xclip -selection c -t image/png; notify-send 'Copied window to clipboard.'
cam cam
fm dolphin
TERM
st st
kty
flt bspc rule -a \* -o state=floating rectangle=800x400+0+0 center=true && kitty -o font_size=11
kty kitty
WM
flag
stck bspc node $(bspc query -N -n focused.window) -g sticky
lck bspc node $(bspc query -N -n focused.window) -g locked
mrk bspc node $(bspc query -N -n focused.window) -g marked
hd bspc node $(bspc query -N -n focused.window) -g hidden
quit bspc quit
rstrt bspc wm -r
PWR
lck env XSECURELOCK_COMPOSITE_OBSCURER=0 XSECURELOCK_PASSWORD_PROMPT=hidden XSECURELOCK_SHOW_DATETIME=1 XSECURELOCK_SHOW_HOSTNAME=0 XSECURELOCK_SHOW_USERNAME=0 xsecurelock
sus
yes playerctl pause; systemctl suspend
no
lgt
yes bspc quit
no
rbt
yes systemctl reboot
no
off
yes systemctl poweroff
no
EOF