diff options
author | Joe <bousset.rudy@gmail.com> | 2023-02-01 02:04:55 +0100 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-02-01 02:04:55 +0100 |
commit | 587b1e5dcb696e35ebc013b248b4b86e998b5a9f (patch) | |
tree | 00ad66e81d344942104df626053e4865ced9c568 /.config/x11/xinitrc | |
parent | Merge branch 'master' of gitjoe.xyz:dotfiles-bsd (diff) | |
download | dotfiles-bsd-587b1e5dcb696e35ebc013b248b4b86e998b5a9f.tar.gz dotfiles-bsd-587b1e5dcb696e35ebc013b248b4b86e998b5a9f.tar.bz2 dotfiles-bsd-587b1e5dcb696e35ebc013b248b4b86e998b5a9f.tar.xz dotfiles-bsd-587b1e5dcb696e35ebc013b248b4b86e998b5a9f.tar.zst dotfiles-bsd-587b1e5dcb696e35ebc013b248b4b86e998b5a9f.zip |
up
Diffstat (limited to '.config/x11/xinitrc')
-rw-r--r-- | .config/x11/xinitrc | 82 |
1 files changed, 41 insertions, 41 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index fc2fa90..c262380 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -1,43 +1,43 @@ # vim: filetype=sh -startif() { - pgrep "$(basename "$1")" >/dev/null || "$@" >/dev/null 2>&1 & -} - -delay_desktop() { - sleep 5 - startif conky -d -c "$HOME"/.config/conkyrc - startif tint2 - # startif cairo-clock -x 900 -y 20 --width 300 --height 300 --theme zen - # startif cairo-dock - startif plank - startif idesk -} - -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 "$HOME"/pics/wp.jpg -"$HOME"/.local/bin/kb -xset s off -xset -dpms -# xsetroot -name 'Loading bar...' -# if xrandr | grep -F 'DisplayPort-0 connected' >/dev/null 2>&1; then -# "$HOME"/.local/bin/scr -# else -# "$HOME"/.local/bin/dscr -# fi -startif dunst -startif picom -# startif lowbat -# startif mpd-notification -startif xscreensaver -delay_desktop & -# startif dwmblocks -# startif sb-updatempd -# /compat/linux/usr/lib/protonmail/bridge/proton-bridge --noninteractive -# ekb -cd "$HOME" -xrdb "$HOME"/.config/x11/xresources -notify-send -u normal 'Welcome' " Welcome back, partner\!" -# dbus-launch openbox +#startif() { +# pgrep "$(basename "$1")" >/dev/null || "$@" >/dev/null 2>&1 & +#} +# +#delay_desktop() { +# sleep 5 +# startif conky -d -c "$HOME"/.config/conkyrc +# startif tint2 +# # startif cairo-clock -x 900 -y 20 --width 300 --height 300 --theme zen +# # startif cairo-dock +# startif plank +# startif idesk +#} +# +#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 "$HOME"/pics/wp.jpg +#"$HOME"/.local/bin/kb +#xset s off +#xset -dpms +## xsetroot -name 'Loading bar...' +## if xrandr | grep -F 'DisplayPort-0 connected' >/dev/null 2>&1; then +## "$HOME"/.local/bin/scr +## else +## "$HOME"/.local/bin/dscr +## fi +#startif dunst +#startif picom +## startif lowbat +## startif mpd-notification +#startif xscreensaver +#delay_desktop & +## startif dwmblocks +## startif sb-updatempd +## /compat/linux/usr/lib/protonmail/bridge/proton-bridge --noninteractive +## ekb +#cd "$HOME" +#xrdb "$HOME"/.config/x11/xresources +#notify-send -u normal 'Welcome' " Welcome back, partner\!" +## dbus-launch openbox |