2020-05-15 17:54:38 +02:00
|
|
|
super + Return
|
|
|
|
$TERMINAL
|
2020-05-29 13:27:39 +02:00
|
|
|
super + {_,ctrl,alt +} b
|
|
|
|
{search,$BROWSER,torbrowser-launcher}
|
|
|
|
super + {_,shift +} d
|
|
|
|
rofi -show {run,drun}
|
2020-05-15 17:54:38 +02:00
|
|
|
super + shift + s
|
|
|
|
tgscreenkey
|
2020-05-26 13:51:22 +02:00
|
|
|
super + c
|
|
|
|
compos
|
2020-05-09 17:26:34 +02:00
|
|
|
|
2020-05-22 16:28:44 +02:00
|
|
|
super + s; {t,m,n,v}
|
2020-05-15 17:54:38 +02:00
|
|
|
{tuirent,mails,rss,fm}
|
2020-06-01 08:26:03 +02:00
|
|
|
super + a; {g,k,l,i}
|
|
|
|
{gimp,keepassxc,libreoffice,inkscape}
|
2020-05-09 17:26:34 +02:00
|
|
|
|
|
|
|
super + m
|
2020-05-15 17:54:38 +02:00
|
|
|
rofi-mpd -a
|
2020-06-01 08:26:03 +02:00
|
|
|
{Prior,super + x}
|
2020-05-23 15:12:26 +02:00
|
|
|
slock
|
2020-05-09 17:26:34 +02:00
|
|
|
super + z
|
|
|
|
powermenu
|
|
|
|
super + u
|
2020-05-11 20:23:12 +02:00
|
|
|
update
|
2020-05-09 17:26:34 +02:00
|
|
|
super + n
|
2020-05-11 10:48:19 +02:00
|
|
|
rofi-todo -f $HOME/doc/notes/notes.json
|
2020-05-29 13:27:39 +02:00
|
|
|
super + {_,shift +} e
|
|
|
|
{unicode,fawesome}
|
2020-05-15 17:54:38 +02:00
|
|
|
super + w
|
|
|
|
choosewall
|
|
|
|
|
2020-06-01 08:26:03 +02:00
|
|
|
{_,shift,ctrl +} Print
|
|
|
|
screenshot {_,--force,--force_area}
|
2020-05-29 13:27:39 +02:00
|
|
|
{_,shift +} F1
|
|
|
|
{_,u}mounter
|
|
|
|
{_,ctrl +} F10
|
|
|
|
{curl 192.168.1.201/toggle.php && refbar,$BROWSER 192.168.1.201}
|
|
|
|
{_,shift +} F11
|
|
|
|
blaze {_,-s}
|
2020-05-15 17:54:38 +02:00
|
|
|
End
|
2020-05-24 13:10:02 +02:00
|
|
|
slock & systemctl suspend
|
2020-05-16 18:45:33 +02:00
|
|
|
Pause
|
|
|
|
syncnow
|
2020-05-09 17:26:34 +02:00
|
|
|
|
2020-05-29 13:27:39 +02:00
|
|
|
# mute
|
2020-05-09 17:26:34 +02:00
|
|
|
XF86AudioMute
|
2020-05-09 17:43:27 +02:00
|
|
|
amixer sset Master toggle && refbar
|
2020-05-29 13:27:39 +02:00
|
|
|
# volume control
|
2020-05-09 17:26:34 +02:00
|
|
|
XF86Audio{Raise,Lower}Volume
|
|
|
|
amixer sset Master 5%{+,-} && refbar
|
2020-05-29 13:27:39 +02:00
|
|
|
# songs control
|
2020-05-09 17:26:34 +02:00
|
|
|
XF86Audio{Next,Prev}
|
2020-05-09 17:43:27 +02:00
|
|
|
mpc {next,prev} && refbar
|
2020-05-29 13:27:39 +02:00
|
|
|
# pause/play
|
|
|
|
{XF86AudioPlay,super + slash}
|
2020-05-09 17:43:27 +02:00
|
|
|
mpc toggle && refbar
|
2020-05-29 13:27:39 +02:00
|
|
|
# stop
|
2020-05-09 17:26:34 +02:00
|
|
|
XF86AudioStop
|
2020-05-09 17:43:27 +02:00
|
|
|
mpc stop && refbar
|