2022-08-14 02:10:53 +08:00
|
|
|
#!/bin/bash
|
|
|
|
|
2022-08-13 18:22:04 +08:00
|
|
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
|
|
|
|
|
|
|
xscreensaver &
|
2022-08-20 00:10:38 +08:00
|
|
|
setxkbmap "us,ru" "" "grp:win_space_toggle" -option caps:none &
|
2022-08-16 18:50:49 +08:00
|
|
|
xset s off &
|
|
|
|
xset -dpms &
|
2022-08-13 18:22:04 +08:00
|
|
|
|
2022-08-20 00:10:38 +08:00
|
|
|
#sh ~/wallpapers/cyber1.sh &
|
2022-08-14 02:10:53 +08:00
|
|
|
|
2022-08-13 18:22:04 +08:00
|
|
|
picom --experimental-backend &
|
2022-08-20 00:10:38 +08:00
|
|
|
sh ~/.local/bin/dwmbar &
|
|
|
|
sh ~/.local/bin/randwallpaper &
|
|
|
|
|
|
|
|
dbus-launch --exit-with-session dwm
|
|
|
|
#dbus-run-session -- dwm
|