diff options
Diffstat (limited to '')
-rw-r--r-- | .config/emacs/org/config.org | 1 | ||||
-rw-r--r-- | .config/pipe-viewer/pipe-viewer.conf | 3 | ||||
-rw-r--r-- | .config/x11/xinitrc | 2 | ||||
-rwxr-xr-x | .local/bin/status/sb-tools | 3 |
4 files changed, 6 insertions, 3 deletions
diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org index 3cfce28..a308a52 100644 --- a/.config/emacs/org/config.org +++ b/.config/emacs/org/config.org @@ -355,7 +355,6 @@ *** Helm, projectile #+BEGIN_SRC emacs-lisp - (require 'helm-config) (require 'helm-misc) (require 'helm-projectile) (require 'helm-locate) diff --git a/.config/pipe-viewer/pipe-viewer.conf b/.config/pipe-viewer/pipe-viewer.conf index 9f5d4d1..df1ff80 100644 --- a/.config/pipe-viewer/pipe-viewer.conf +++ b/.config/pipe-viewer/pipe-viewer.conf @@ -1,6 +1,6 @@ #!/usr/bin/perl -# CLI Pipe Viewer 0.4.1 - configuration file +# CLI Pipe Viewer 0.4.4 - configuration file use utf8; @@ -57,6 +57,7 @@ our $CONFIG = { force_fallback => 0, fullscreen => 0, get_captions => 1, + get_subscriptions_in_parallel => 0, get_term_width => 1, hfr => 1, highlight_color => "bold", diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index aff1622..460e680 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -7,7 +7,7 @@ startif() { export LANG='en_US.UTF-8' pgrep musicpd >/dev/null || musicpd >/dev/null 2>&1 xrandr --output HDMI-1 --primary --mode 2560x1440 --pos 1920x347 --rotate normal --output eDP-1 --mode 1920x1080 --pos 0x1024 --rotate normal --output DP-1 --mode 1280x1024 --pos 640x0 --rotate normal --output DP-2 --mode 2560x1440 --pos 4480x347 --rotate normal -"$HOME"/.local/bin/setwp /usr/home/jozan/pics/wp/44.jpg +"$HOME"/.local/bin/setwp "$HOME"/.local/bin/kb xset s off xset -dpms diff --git a/.local/bin/status/sb-tools b/.local/bin/status/sb-tools index 5d042a6..78508e6 100755 --- a/.local/bin/status/sb-tools +++ b/.local/bin/status/sb-tools @@ -1,5 +1,8 @@ #!/bin/sh +if pidof emacs-28.2 >/dev/null 2>&1; then + echo -n " " +fi if pgrep gpg-agent >/dev/null 2>&1; then echo -n " " else |