fix keyboard
This commit is contained in:
parent
7f0ffe1431
commit
ec5e14d81a
12
.xprofile
12
.xprofile
|
@ -3,13 +3,15 @@
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
|
||||||
xscreensaver &
|
xscreensaver &
|
||||||
setxkbmap "us,ru" "" "grp:win_space_toggle" &
|
setxkbmap "us,ru" "" "grp:win_space_toggle" -option caps:none &
|
||||||
setxkbmap -option caps:none &
|
|
||||||
xset s off &
|
xset s off &
|
||||||
xset -dpms &
|
xset -dpms &
|
||||||
|
|
||||||
sh ~/wallpapers/cyber1.sh &
|
#sh ~/wallpapers/cyber1.sh &
|
||||||
sh ~/.local/bin/dwmbar &
|
|
||||||
|
|
||||||
picom --experimental-backend &
|
picom --experimental-backend &
|
||||||
dbus-run-session -- dwm
|
sh ~/.local/bin/dwmbar &
|
||||||
|
sh ~/.local/bin/randwallpaper &
|
||||||
|
|
||||||
|
dbus-launch --exit-with-session dwm
|
||||||
|
#dbus-run-session -- dwm
|
||||||
|
|
Loading…
Reference in New Issue