dotfiles/.xinitrc

33 lines
512 B
Plaintext
Raw Normal View History

2019-09-29 19:45:54 +00:00
2020-04-21 01:29:22 +00:00
# dbus
eval "$(dbus-launch --sh-syntax --exit-with-session)"
# notification daemon
2019-09-29 19:45:54 +00:00
dunst &
# compositor
picom &
2019-09-29 19:45:54 +00:00
# default keyboard layout
sethid &
# hide cursor when unused
unclutter --ignore-scrolling -b
2019-09-29 19:45:54 +00:00
2020-04-21 01:32:04 +00:00
[ -e "$HOME/.xinitrc.local" ] && . "$HOME/.xinitrc.local"
command -v gentoo-pipewire-launcher && gentoo-pipewire-launcher &
2022-09-23 14:00:53 +00:00
# keyboard layout
2023-10-01 16:21:08 +00:00
setxkbmap -layout fr -variant oss -option "caps:escape,shift:both_capslock"
2022-09-23 14:00:53 +00:00
# disable bell
xset -b
# set wallpaper
setoutput
2022-08-31 16:15:17 +00:00
fcitx &
# start dwm
2020-04-21 01:29:22 +00:00
exec dwm