Update 2024-01-28 11:17 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id 2024-01-28 11:17:14 +01:00
parent cab3f26ede
commit a5c2c032d6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)