Convert all exo-open commands to use al helper scripts
This commit is contained in:
@ -46,12 +46,12 @@ bindsym Mod1+q kill
|
||||
bindsym Mod1+F4 kill
|
||||
|
||||
# core
|
||||
bindsym $Mod+w exec --no-startup-id exo-open --launch WebBrowser
|
||||
bindsym $Mod+f exec --no-startup-id exo-open --launch FileManager
|
||||
bindsym $Mod+t exec --no-startup-id exo-open --launch TerminalEmulator
|
||||
bindsym $Mod+Return exec --no-startup-id exo-open --launch TerminalEmulator
|
||||
bindsym Mod1+Shift+Return exec --no-startup-id exo-open --launch TerminalEmulator
|
||||
bindsym Control+Shift+t exec --no-startup-id exo-open --launch TerminalEmulator
|
||||
bindsym $Mod+w exec --no-startup-id al-browser
|
||||
bindsym $Mod+f exec --no-startup-id al-filemanager
|
||||
bindsym $Mod+t exec --no-startup-id al-terminal
|
||||
bindsym $Mod+Return exec --no-startup-id al-terminal
|
||||
bindsym Mod1+Shift+Return exec --no-startup-id al-terminal
|
||||
bindsym Control+Shift+t exec --no-startup-id al-terminal
|
||||
|
||||
# logout script
|
||||
bindsym $Mod+x exec --no-startup-id rofi_run -l
|
||||
|
Reference in New Issue
Block a user