sxhkd: Respect SHELL envvar
This commit is contained in:
parent
f9e97aced1
commit
327f49639a
@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
export SHELL=konsole
|
||||
# Primary bottom
|
||||
export PB_BAR_PRIMARY_MODULES_LEFT='cpu memory swap'
|
||||
|
||||
|
2
.config/dtfscripts/lap-th-e560-0.rc
Executable file
2
.config/dtfscripts/lap-th-e560-0.rc
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
export SHELL=lxterminal
|
@ -6,7 +6,7 @@
|
||||
|
||||
# Execute terminal
|
||||
alt + Return
|
||||
konsole
|
||||
$SHELL
|
||||
|
||||
# Program launcher
|
||||
alt + space
|
||||
|
Loading…
Reference in New Issue
Block a user