diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-05-02 23:02:43 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-05-02 23:02:43 -0600 |
commit | a65108b731e772fadf383158eb44313c7c54787e (patch) | |
tree | 496ee10c23c23e777546882bbf3e6370b8f5bc59 /x/.xinitrc | |
parent | d5dfe1f1251f38bcba43138b5e53c1201b331fd0 (diff) | |
download | dotfiles-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/.xinitrc | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |