aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.config/herbstluftwm/autostart2
-rwxr-xr-x.config/herbstluftwm/panel.sh3
2 files changed, 3 insertions, 2 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index 43e6379..883c1d0 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -110,7 +110,7 @@ hc mousebind Mod4-Button3 resize
# focus
hc keybind Mod4-BackSpace cycle_monitor
hc keybind Mod4-i jumpto urgent
-
+hc keybind Mod4-m jumpto last-minimized
## launchers
diff --git a/.config/herbstluftwm/panel.sh b/.config/herbstluftwm/panel.sh
index 3c070d1..c758ec0 100755
--- a/.config/herbstluftwm/panel.sh
+++ b/.config/herbstluftwm/panel.sh
@@ -111,7 +111,8 @@ update_winlist() {
update_date() {
#\uE015
echo -n "${sep}%{A:date:} "
- echo -n "$(LANG=ja_JP.UTF-8 date +$'%m月%d日 (%a) %H:%M:%S') [$(TZ=Japan date +'%d:%H')] <$(TZ=EST5EDT date +'%d:%H')>" | tr -d '\n'
+ echo -n "$(LANG=ja_JP.UTF-8 date +$'%m月%d日 (%a) %H:%M:%S') <$(TZ=EST5EDT date +'%d:%H')> [$(TZ=Japan date +'%d:%H')]" | tr -d '\n'
+ # echo -n "$(LANG=ja_JP.UTF-8 date +$'%m月%d日 (%a) %H:%M:%S') [$(TZ=Japan date +'%d:%H')]" | tr -d '\n'
echo " %{A}"
}