Convert all exo-open commands to use al helper scripts
This commit is contained in:
@ -1,21 +1,23 @@
|
||||
# web browser
|
||||
super + w
|
||||
exo-open --launch WebBrowser
|
||||
al-browser
|
||||
|
||||
# terminal emulator
|
||||
super + Return
|
||||
exo-open --launch TerminalEmulator
|
||||
al-terminal
|
||||
super + t
|
||||
al-terminal
|
||||
alt + shift + Return
|
||||
al-terminal
|
||||
|
||||
# file manager
|
||||
super + f
|
||||
exo-open --launch FileManager
|
||||
al-filemanager
|
||||
|
||||
# program launcher
|
||||
super + @space
|
||||
rofi_run -r
|
||||
|
||||
# program launcher
|
||||
alt + F1
|
||||
alt + p
|
||||
rofi_run -r
|
||||
|
||||
# make sxhkd reload its configuration files:
|
||||
|
Reference in New Issue
Block a user