From a5c2c032d61118ca889e2a145026339dc764039d Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Sun, 28 Jan 2024 11:17:14 +0100 Subject: [PATCH] Update 2024-01-28 11:17 OpenBSD/amd64-x13 --- .config/herbstluftwm/autostart | 2 +- .ksh/prompt-ksh.ksh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)