sxhkd: Add sharefile, emoji keybinds
Updated pass and surfraw to make use of capital letter shortcuts to keep the general shortcut space a bit less cluttered (`Super + P/Q` respectively). Added a shortcut to automatically enter emoji, using rofimoji, via `super + E`. Added a shortcut to invoke a floating file picker which will automatically be shared through `sharefile`, via `super + U`
This commit is contained in:
parent
c407a6d45b
commit
55442ae232
1 changed files with 9 additions and 2 deletions
|
@ -42,13 +42,20 @@ super + { r, shift + r }
|
|||
rofi -modi calc -show calc -location { 1, 5 }
|
||||
|
||||
# open gopass frontend menu
|
||||
super + p
|
||||
super + shift + p
|
||||
rofi-pass -theme themes/dropdown
|
||||
|
||||
# open surfraw rofi frontend
|
||||
super + q
|
||||
super + shift + q
|
||||
rofi-surfraw
|
||||
|
||||
# insert emojis into any document/form
|
||||
super + shift + e
|
||||
rofimoji
|
||||
|
||||
super + shift + u
|
||||
alacritty --class floating,floating -e sharefile | xargs notify-send
|
||||
|
||||
## modes
|
||||
|
||||
# mode:media:alt + m
|
||||
|
|
Loading…
Reference in a new issue