aboutsummaryrefslogtreecommitdiff
path: root/x/.xinitrc
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-05-02 23:02:43 -0600
committerBryson Steck <steck.bryson@gmail.com>2022-05-02 23:02:43 -0600
commita65108b731e772fadf383158eb44313c7c54787e (patch)
tree496ee10c23c23e777546882bbf3e6370b8f5bc59 /x/.xinitrc
parentd5dfe1f1251f38bcba43138b5e53c1201b331fd0 (diff)
downloaddotfiles-a65108b731e772fadf383158eb44313c7c54787e.tar
dotfiles-a65108b731e772fadf383158eb44313c7c54787e.tar.gz
dotfiles-a65108b731e772fadf383158eb44313c7c54787e.tar.bz2
idk, did some nvim stuff and xinitrc tweaks
Diffstat (limited to 'x/.xinitrc')
-rw-r--r--x/.xinitrc8
1 files changed, 6 insertions, 2 deletions
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