lot o updates
This commit is contained in:
13
xinitrc
13
xinitrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user