Super-M -> micro Super-F -> file explorer (dolphin (for now))
parent
f35127f985
commit
795a8b775d
|
|
@ -35,7 +35,8 @@ monitor=,preferred,auto,auto
|
|||
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = kitty micro
|
||||
$fileManager = dolphin
|
||||
$editor = kitty micro
|
||||
$menu = wofi
|
||||
|
||||
|
||||
|
|
@ -189,7 +190,7 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
|
|||
bind = $mainMod, T, exec, $terminal
|
||||
bind = $mainMod, Z, exec, $terminal btop
|
||||
bind = $mainMod, K, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, M, exec, $editor
|
||||
bind = $mainMod, F, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, H, movecurrentworkspacetomonitor
|
||||
|
|
|
|||
Loading…
Reference in New Issue