dmenu_exe: add dmenu config; kwin-session: add powertop to kwin config
This commit is contained in:
parent
1d38429f3b
commit
11b0d84bcd
2 changed files with 3 additions and 0 deletions
2
dmenu_exe
Executable file
2
dmenu_exe
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
dmenu_run -p "execute >>>" -fn saucecodepronerdfont-9 -l 4 -nb black -nf grey50 -sb "#1f9b92" -sf black
|
|
@ -8,6 +8,7 @@ sleep 1
|
|||
(lxappearance --class cursorhack & sleep 2; killall lxappearance) &
|
||||
|
||||
# low-level config
|
||||
sudo powertop --auto-tune
|
||||
xset -b &
|
||||
xset +fp /home/nilix/.local/share/fonts
|
||||
xset fp rehash
|
||||
|
|
Loading…
Reference in a new issue