feat: conky, doas compatibility and dwm startup
This commit is contained in:
parent
f1fdfb2eb2
commit
f002b34b6f
12 changed files with 54 additions and 18 deletions
23
.xinitrc
23
.xinitrc
|
@ -2,6 +2,7 @@
|
|||
|
||||
# keyboard
|
||||
setxkbmap us altgr-intl
|
||||
numlockx
|
||||
|
||||
# mouse
|
||||
(
|
||||
|
@ -13,9 +14,23 @@ setxkbmap us altgr-intl
|
|||
)
|
||||
|
||||
# display
|
||||
xrandr \
|
||||
--output eDP-1 --auto --primary \
|
||||
--output DisplayPort-1-2 --auto --pos 1920x0 \
|
||||
--output DisplayPort-1-1 --auto --pos 3840x0
|
||||
xrandr \
|
||||
--output eDP-1 --pos 0x0 --mode 1920x1080 --rate 60 --primary \
|
||||
--output DisplayPort-1-2 --pos 1920x0 --auto \
|
||||
--output DisplayPort-1-1 --pos 3840x0 --auto
|
||||
|
||||
# startup
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
picom &
|
||||
redshift &
|
||||
feh --bg-tile "$XDG_CONFIG_HOME/wallpapers/landscape.png" --no-fehbg
|
||||
nm-applet &
|
||||
dunst &
|
||||
|
||||
xset dpms 300 15 # dim 5m, lock 5m15s
|
||||
xss-lock lock &
|
||||
|
||||
#bar
|
||||
(conky | while read LINE; do xsetroot -name "$LINE"; done) &
|
||||
|
||||
exec dwm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue