summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/x11/xinitrc4
-rw-r--r--.local/share/vocab/words.txt1
2 files changed, 4 insertions, 1 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
index 3700151..25a4c6e 100644
--- a/.config/x11/xinitrc
+++ b/.config/x11/xinitrc
@@ -8,7 +8,9 @@ if [ $(envycontrol -q) = "nvidia" ]; then
xrandr --dpi 96
fi
-xwallpaper --zoom ~/.local/share/wallpaper3.jpg
+# xwallpaper --zoom ~/.local/share/wallpaper3.jpg
+# xwallpaper --zoom $(find .local/share/wallpapers -type f | shuf -n 1)
+xwallpaper --zoom $(find pix/wallpapers -type f | grep "jpg" | shuf -n 1)
xcompmgr &
xset r rate 300 50
xrandr -r 60.00
diff --git a/.local/share/vocab/words.txt b/.local/share/vocab/words.txt
index a1a3437..e233a8e 100644
--- a/.local/share/vocab/words.txt
+++ b/.local/share/vocab/words.txt
@@ -131,3 +131,4 @@ mediocre -> of only average quality; not very good.
sober -> not affected by alcohol; not drunk.
niche -> a comfortable or suitable position in life or employment
sequestered -> isolated and hidden away (place)
+incentive -> Something, such as the fear of punishment or the expectation of reward, that induces action or motivates effort.