diff options
Diffstat (limited to '')
-rw-r--r-- | .config/dunst/dunstrc | 4 | ||||
-rw-r--r-- | .config/lf/lfrc | 2 | ||||
-rw-r--r-- | .config/x11/xinitrc | 22 |
3 files changed, 14 insertions, 14 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 5239e3a..61df289 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -85,8 +85,8 @@ [urgency_normal] background = "#282828" - foreground = "#cc241d" - frame_color = "#cc241d" + foreground = "#fb4934" + frame_color = "#fb4934" timeout = 10 [urgency_critical] diff --git a/.config/lf/lfrc b/.config/lf/lfrc index b121f04..60a0964 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -25,7 +25,7 @@ cmd open ${{ image/svg+xml) display -- $f ;; image/*) rotdir $f | grep -i "\.\(png\|jpg\|jpeg\|gif\|webp\|tif\|ico\)\(_large\)*$" | - imv 2>/dev/null | while read -r file; do + nsxiv -aibof 2>/dev/null | while read -r file; do [ -z "$file" ] && continue lf -remote "send select \"$file\"" lf -remote "send toggle" diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 1510554..3504d29 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -40,7 +40,7 @@ startif() { dunst_shit() { sleep 1 - [ $host = "po-rbo" ] && startif /home/r_bousset/.nix-profile/bin/dunst || startif dunst + startif dunst sleep 2 startif mpd-notification startif lowbat @@ -52,7 +52,7 @@ dunst_shit() { } start_apps() { - [ $host = "po-rbo" ] && /home/r_bousset/.local/bin/pipe + # [ $host = "po-rbo" ] && /home/r_bousset/.local/bin/pipe CM_SELECTIONS=clipboard startif clipmenud startif copyq startif nextcloud @@ -86,15 +86,15 @@ startif $xscr # doas rc-service wireguard start && # notify-send -u normal 'wireguard' 'WireGuard started' # $sleep -pkill wireplumber -pkill pipewire-pulse -pkill pipewire -startif pipewire -$sleep -startif pipewire-pulse -$sleep -startif wireplumber -$sleep +# pkill wireplumber +# pkill pipewire-pulse +# pkill pipewire +# startif pipewire +# $sleep +# startif pipewire-pulse +# $sleep +# startif wireplumber +# $sleep startif nm-applet $sleep startif blueman-applet |