diff options
| author | Chandler J <cjustice2000@gmail.com> | 2024-03-01 21:33:53 -0700 |
|---|---|---|
| committer | Chandler J <cjustice2000@gmail.com> | 2024-03-01 21:33:53 -0700 |
| commit | b956fdd8cd5a4dc0620d02d0f981e507a4ee85e5 (patch) | |
| tree | 8911f2dd2253f5f8223513ac454b508eb7dafbf8 /data/default_config.rice | |
| parent | c6062afafacf10e5f4b8bbca03a954966fa58287 (diff) | |
instant rice now reads from a configuration file!
Diffstat (limited to 'data/default_config.rice')
| -rw-r--r-- | data/default_config.rice | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/default_config.rice b/data/default_config.rice new file mode 100644 index 0000000..f277b19 --- /dev/null +++ b/data/default_config.rice @@ -0,0 +1,4 @@ +use_dmenu = True # apply color scheme to dmenu in i3 configuration +generate_i3_lock = True # convert image to png and scale to screen size for i3 lock image + +#wallpaper_directory = '/home/[username]/Pictures/papes' |
