mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 12:10:42 +00:00
Use xprofile to start necessary init apps
This commit is contained in:
parent
dbd37392b8
commit
fe61af8f62
2 changed files with 29 additions and 8 deletions
|
@ -3,4 +3,25 @@
|
|||
# This file runs when a DM logs you into a graphical session
|
||||
# if you use startx/xinit this file should also be soruced.
|
||||
|
||||
xrandr --output eDP-1 --auto --output HDMI-1 --auto --left-of eDP-1
|
||||
# Set monitor order
|
||||
xrandr --output HDMI-1 --auto --output eDP-1 --right-of HDMI-1 --auto
|
||||
|
||||
# Set the background with a custom `setbg` script
|
||||
setbg &
|
||||
|
||||
# xcompmgr to allow transparency
|
||||
xcompmgr &
|
||||
|
||||
# Dunst for notifications
|
||||
dunst &
|
||||
|
||||
# Run network manager applet to show connectivity
|
||||
nm-applet &
|
||||
|
||||
# Run trayer-srg for systemtray bar
|
||||
# if installed normally, use `trayer`, not `trayer-srg` command
|
||||
trayer-srg --monitor 0 --edge top --align right --widthtype request --padding 0 --transparent true --tint 0x282c34 --alpha 0 --height 23 &
|
||||
|
||||
# Enable running applications from chroot
|
||||
xhost +local:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue