From 64084403fa964d0ac7a7c248df524d9b8dc88cba Mon Sep 17 00:00:00 2001 From: xfnw Date: Tue, 26 Dec 2023 15:38:04 -0500 Subject: [PATCH] i3: add keybind to type datetime --- .config/i3/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index a6b8c35..c889b53 100755 --- a/.config/i3/config +++ b/.config/i3/config @@ -41,7 +41,8 @@ bindsym $mod+q exec xkill bindsym $mod+d exec rofi -show combi # type the date -bindsym --release $mod+Shift+d exec date -I | xargs xdotool keyup control shift type --delay 1 --clearmodifiers +bindsym --release $mod+Shift+d exec date -uI | xargs xdotool keyup control shift type --delay 1 --clearmodifiers +bindsym --release $mod+Control+Shift+d exec date -u +%FT%TZ | xargs xdotool keyup control shift type --delay 1 --clearmodifiers # other rofi stuff bindsym $mod+c exec rofi -show ssh