16 lines
278 B
Bash
Executable File
16 lines
278 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
|
|
|
xscreensaver &
|
|
setxkbmap "us,ru" "" "grp:win_space_toggle" &
|
|
setxkbmap -option caps:none &
|
|
xset s off &
|
|
xset -dpms &
|
|
|
|
sh ~/wallpapers/cyber1.sh &
|
|
sh ~/.local/bin/dwmbar &
|
|
|
|
picom --experimental-backend &
|
|
dbus-run-session -- dwm
|