From 626d60b58abd84d05021c5dcb26c73e4ae3e463c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 26 Nov 2021 13:00:14 +0100 Subject: gkleen@sif: xmonad... --- accounts/gkleen@sif/xmobar/xmobar.hs | 2 +- accounts/gkleen@sif/xmonad/xmonad.hs | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'accounts/gkleen@sif') diff --git a/accounts/gkleen@sif/xmobar/xmobar.hs b/accounts/gkleen@sif/xmobar/xmobar.hs index 74ce7347..6dbc56db 100644 --- a/accounts/gkleen@sif/xmobar/xmobar.hs +++ b/accounts/gkleen@sif/xmobar/xmobar.hs @@ -33,7 +33,7 @@ main = xmobar config , Run $ NamedXPropertyLog "_XMONAD_LAYOUT" "XMonadLayout" , Run $ NamedXPropertyLog "_XMONAD_TITLE" "XMonadTitle" , Run $ Date "%H:%M" "time" 50 - , Run $ Date "%a %b %_d" "date" 50 + , Run $ Date "%a %_d %b %Y" "date" 50 , Run $ Com "worktime" [] "worktime" 1500 , Run $ Com "worktime" ["today"] "worktime-today" 1500 , Run $ Com "ssh" ["status.odin"] "status" 600 diff --git a/accounts/gkleen@sif/xmonad/xmonad.hs b/accounts/gkleen@sif/xmonad/xmonad.hs index 4077169b..aba245ff 100644 --- a/accounts/gkleen@sif/xmonad/xmonad.hs +++ b/accounts/gkleen@sif/xmonad/xmonad.hs @@ -229,10 +229,11 @@ hostFromName h , (xK_w, ["sudo rewacom"]) , (xK_y, [ "tmux new-window -dt media /var/media/link.hs $(xclip -o)" , "tmux new-window -dt media /var/media/download.hs $(xclip -o)" - , "alacritty --class media -e tmuxp load /var/media" + , "tmux new-window -dt media /var/media/download.hs $(xclip -o -selection clipboard)" ]) , (xK_l, [ "tmux new-window -dt media mpv $(xclip -o)" - , "tmux new-window -dt media streamlink --retry-open 10 $(xclip -o)" + , "tmux new-window -dt media mpv $(xclip -o -selection clipboard)" + , "alacritty --class media -e tmuxp load /var/media" ]) , (xK_m, [ "emacsclient -c -F \"'(title . \\\"Mail\\\")\" -e '(notmuch)'" , "emacsclient -c -F \"'(title . \\\"Mail\\\")\" -e '(notmuch-mua-new-mail)'" -- cgit v1.2.3