From a65108b731e772fadf383158eb44313c7c54787e Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Mon, 2 May 2022 23:02:43 -0600 Subject: idk, did some nvim stuff and xinitrc tweaks --- x/.xinitrc | 8 ++++++-- x/.xinitrc-not-docked | 6 ++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'x') diff --git a/x/.xinitrc b/x/.xinitrc index 0bb74a5..7bb4044 100644 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -1,6 +1,7 @@ #!/bin/sh # executed by startx # for use when dingo is DOCKED +export DOCKED=true # load xinitrc.d stuff @@ -37,7 +38,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then fi # open picom compositor -picom -CG -I 0.1 -O 0.1 -o 0.0 --backend xrender --vsync --menu-opacity 1.0 & +picom --config ~/.config/picom.conf & + +exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & # set up monitors #fixscreen @@ -70,5 +73,6 @@ nmcli radio wifi off & # start dwm #xset r rate 300 50; exec dwm -xset r rate 300 50; exec /home/bryson/bin/startdwm.sh +xset r rate 300 50 & +exec /home/bryson/bin/startdwm.sh diff --git a/x/.xinitrc-not-docked b/x/.xinitrc-not-docked index efae816..605225e 100644 --- a/x/.xinitrc-not-docked +++ b/x/.xinitrc-not-docked @@ -1,5 +1,6 @@ # executed by startx-not-docked # for use when dingo is NOT docked +export DOCKED=false # load xinitrc.d stuff @@ -36,8 +37,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then fi # start picom compositor -picom -CG -I 0.1 -O 0.1 -o 0.0 --backend xrender --menu-opacity 1.0 & +picom --config ~/.config/picom.conf & +exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & # add network, battery, date and time to xsetroot #sh ~/bin/xsetloop-not-docked.sh & @@ -51,7 +53,7 @@ pacmd set-default-sink alsa_output.pci-0000_03_00.6.HiFi__hw_Generic_1__sink & pacmd set-sink-volume alsa_output.pci-0000_03_00.6.HiFi__hw_Generic_1__sink 0 & # set up wallpaper -nitrogen --head=0 --set-zoom-fill ~/Pictures/Wallpapers/room.jpg & +nitrogen --head=0 --set-zoom-fill ~/Pictures/Wallpapers/solid-gruvbox.png & # start notifications daemon notification-daemon & -- cgit v1.2.3