lot o updates

This commit is contained in:
2021-07-21 14:00:12 -04:00
parent b2be5c0d4a
commit f444d5693a
11 changed files with 374 additions and 58 deletions

13
xinitrc
View File

@@ -2,10 +2,11 @@
[ -f ~/.Xresources ] && xrdb -merge .Xresources
xsetroot -cursor_name left_ptr
xset -b
HOSTNAME=$(hostname)
compton &
compton --config $HOME/.config/i3/compton.conf &
#com.discordapp.Discord &
#com.slack.Slack &
if [ "$HOSTNAME" = cabinet ]; then
@@ -17,9 +18,13 @@ if [ "$HOSTNAME" = cabinet ]; then
exec $STARTUP i3
fi
else
# xbindkeys
# xmodmap ~/.Xmodmap
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
xbindkeys
# hybrid graphics stuff
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
## dunst, for X notifications, notably used by Network Manager
systemctl --user import-environment DISPLAY
systemctl --user restart dunst
nm-applet &
exec i3
fi