mirror of
https://github.com/vale981/dotfiles
synced 2025-03-05 09:31:43 -05:00
do not "exec" the screen layout script
This commit is contained in:
parent
b3e6cfbae1
commit
80b9e90bbe
3 changed files with 2 additions and 5 deletions
|
@ -8,5 +8,3 @@ keycode 34 = parenleft braceleft parenleft braceleft
|
|||
keycode 35 = parenright braceright parenright braceright
|
||||
|
||||
keycode 66 = Control_L
|
||||
add Lock = Caps_Lock
|
||||
add Control = Control_L
|
||||
|
|
|
@ -9,6 +9,7 @@ xfce4-clipman &
|
|||
kdeconnect-indicator &
|
||||
xset dpms 600 &
|
||||
xrdb .Xresources &
|
||||
wallp &
|
||||
{{ #SCREENLAYOUT }}
|
||||
exec {{ SCREENLAYOUT }}
|
||||
{{ SCREENLAYOUT }}
|
||||
{{ /SCREENLAYOUT }}
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
feh --bg-scale ~/.wallpaper
|
Loading…
Add table
Reference in a new issue