diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index cb6b14e..4d1afd7 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -44,7 +44,7 @@ hc keybind $Mod-Shift-r reload hc keybind $Mod-q close_or_remove hc keybind $Mod-Return spawn sterm hc keybind $Mod-Shift-Return spawn bterm -hc keybind $Mod-Control-Return spawn hterm +hc keybind $Mod-Control-Return spawn hterm hc keybind $Mod-d spawn dexec hc keybind $Mod-a spawn dexec_apps hc keybind $Mod-Shift-f spawn dexec_browser diff --git a/.ksh/prompt-ksh.ksh b/.ksh/prompt-ksh.ksh index ecd7ee8..2ec4013 100644 --- a/.ksh/prompt-ksh.ksh +++ b/.ksh/prompt-ksh.ksh @@ -3,7 +3,7 @@ ######################################################################## C1="\[$(tput setaf 241)\]" # gray -#C2="\[$(tput setaf 208)\]" # orange +#C2="\[$(tput setaf 209)\]" # orange C2="\[$(tput setaf 37)\]" # green C0="\[$(tput op)\]" # reset x=$(print \\001) # hack from ksh(1)