From c6f68bcca9c568c57e842fb405ccd4158bdd1e3d Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Tue, 13 Dec 2022 10:43:56 +0100 Subject: small update --- .xinitrc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index 7065cfb..9c5ce38 100644 --- a/.xinitrc +++ b/.xinitrc @@ -11,22 +11,26 @@ if [ -f $HOME/.local/bin/statusbar ]; then . $HOME/.local/bin/statusbar fi -# exec ck-launch-session dbus-launch --exit-with-session /usr/local/bin/dwm +rfkill block all +xset s off -dpms +setxkbmap -option "ctrl:nocaps" # export GTK_IM_MODULE='ibus' # export QT_IM_MODULE='ibus' # export XMODIFIERS='@im=ibus' - -rfkill block all +export XDG_SESSION_TYPE='x11' # ibus-daemon -dxrR xrandr --auto --output HDMI-A-0 --mode 1920x1080 --primary xrandr --auto --output DisplayPort-2 --mode 1600x900 --left-of HDMI-A-0 -xset s off -dpms -setxkbmap -option "ctrl:nocaps" +dbus-launch --sh-syntax --exit-with-session + +pipewire & +mpd & +/usr/local/bin/emacs --daemon & xwallpaper --maximize "$(/usr/bin/ls -d -1 /hdd/pics/wallpaper/* | shuf -n1)" & -- cgit v1.2.3