diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-13 10:43:56 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-13 10:43:56 +0100 |
| commit | c6f68bcca9c568c57e842fb405ccd4158bdd1e3d (patch) | |
| tree | 2e542af1a1e04eba1c3a3e5941252fda3a1d7402 /.xinitrc | |
| parent | 31c469079f077bc2115887554ef0dbaad637a88d (diff) | |
small update
Diffstat (limited to '.xinitrc')
| -rw-r--r-- | .xinitrc | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -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)" & |
