diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-07-14 10:37:58 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-07-14 10:37:58 +0530 |
| commit | 845f652de2bc9a029e57ba2643708341e756709d (patch) | |
| tree | 183f8a3995030b72a9d45d67d6d27344d9addaa6 | |
| parent | b19b787b7becca59afd33d5f452013899d47400e (diff) | |
use random wallpaper on startup
| -rw-r--r-- | .config/x11/xinitrc | 4 | ||||
| -rw-r--r-- | .local/share/vocab/words.txt | 1 |
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. |
