diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-11 21:48:07 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-11 21:48:07 +0100 |
| commit | 6daf1fd514dde0bf35baa8c224a34daaccae53a9 (patch) | |
| tree | f74760b6f0a667845a35d7d99273939af00f4967 /.xinitrc | |
| parent | ecb8af627ae0a844c8f17c57281200683c1f14ab (diff) | |
new configs for new system
Diffstat (limited to '.xinitrc')
| -rw-r--r--[-rwxr-xr-x] | .xinitrc | 17 |
1 files changed, 7 insertions, 10 deletions
@@ -11,18 +11,15 @@ if [ -f $HOME/.local/bin/statusbar ]; then . $HOME/.local/bin/statusbar fi -export GTK_IM_MODULE='ibus' -export QT_IM_MODULE='ibus' -export XMODIFIERS='@im=ibus' +# exec ck-launch-session dbus-launch --exit-with-session /usr/local/bin/dwm -dbus-update-activation-environment \ - --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY - -export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus +# export GTK_IM_MODULE='ibus' +# export QT_IM_MODULE='ibus' +# export XMODIFIERS='@im=ibus' rfkill block all -ibus-daemon -dxrR +# ibus-daemon -dxrR xrandr --auto --output HDMI-A-0 --mode 1920x1080 --primary xrandr --auto --output DisplayPort-2 --mode 1600x900 --left-of HDMI-A-0 @@ -31,9 +28,9 @@ xset s off -dpms setxkbmap -option "ctrl:nocaps" -xwallpaper --maximize "$(/usr/bin/ls -d -1 /hdd/Pictures/wallpaper/* | shuf -n1)" & +xwallpaper --maximize "$(/usr/bin/ls -d -1 /hdd/pics/wallpaper/* | shuf -n1)" & -compton --config $HOME/.config/compton/compton.conf -b +picom --config $HOME/.config/picom/picom.conf -b exec dwm |
