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-not-docked | |
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-not-docked')
-rw-r--r-- | x/.xinitrc-not-docked | 6 |
1 files changed, 4 insertions, 2 deletions
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 & |