diff options
-rw-r--r-- | .config/mutt/accounts/3-gmail_br.muttrc | 2 | ||||
-rw-r--r-- | .config/mutt/accounts/4-gmail_oon.muttrc | 2 | ||||
-rw-r--r-- | .config/x11/xinitrc | 11 | ||||
-rwxr-xr-x | .local/bin/scr1 | 2 |
4 files changed, 5 insertions, 12 deletions
diff --git a/.config/mutt/accounts/3-gmail_br.muttrc b/.config/mutt/accounts/3-gmail_br.muttrc index 2cbb149..137881b 100644 --- a/.config/mutt/accounts/3-gmail_br.muttrc +++ b/.config/mutt/accounts/3-gmail_br.muttrc @@ -18,7 +18,7 @@ bind index,pager C noop bind index gg first-entry bind pager gg top bind pager G bottom -macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc gmail_br<enter>" "run mbsync to sync bousset.rudy@gmail.com" +macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync gmail_br<enter>" "run mbsync to sync bousset.rudy@gmail.com" unmailboxes * named-mailboxes \ diff --git a/.config/mutt/accounts/4-gmail_oon.muttrc b/.config/mutt/accounts/4-gmail_oon.muttrc index 26cf9c2..f1267a5 100644 --- a/.config/mutt/accounts/4-gmail_oon.muttrc +++ b/.config/mutt/accounts/4-gmail_oon.muttrc @@ -18,7 +18,7 @@ bind index,pager C noop bind index gg first-entry bind pager gg top bind pager G bottom -macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc gmail_oon<enter>" "run mbsync to sync olsen.oyvind.nor@gmail.com" +macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync gmail_oon<enter>" "run mbsync to sync olsen.oyvind.nor@gmail.com" unmailboxes * named-mailboxes \ diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 5463649..02d95d9 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -40,15 +40,8 @@ dunst_shit() { for pid in $(ps aux | grep local/bin/kb | awk '{print $2}'); do kill -9 $pid done - [ $host = "mother" ] && - feh --no-fehbg --image-bg '#1d2021' --bg-fill \ - "$HOME"/pics/2.jpg \ - "$HOME"/pics/1.jpg \ - "$HOME"/pics/3.jpg - [ $host = "po-rbo" ] && - feh --no-fehbg --image-bg '#1d2021' --no-xinerama \ - --bg-center "$HOME"/pics/wp.jpg - # "$HOME"/.local/bin/setwp "$HOME"/pics/wp/city + [ $host = "po-rbo" ] && feh --no-fehbg --image-bg '#1d2021' \ + --no-xinerama --bg-center "$HOME"/pics/wp.jpg "$HOME"/.local/bin/kb & } diff --git a/.local/bin/scr1 b/.local/bin/scr1 index 8a14124..d4e5c40 100755 --- a/.local/bin/scr1 +++ b/.local/bin/scr1 @@ -13,4 +13,4 @@ xrandr --output DP-2 --off xrandr --output DP-3 --off xrandr --output DP-5 --off -setwp "$HOME"/pics/wp.png +feh --no-fehbg --image-bg '#1d2021' --no-xinerama --bg-fill "$HOME"/pics/wp.jpg |