diff options
| author | Chandler J <cjustice2000@gmail.com> | 2024-04-13 13:44:44 -0600 |
|---|---|---|
| committer | Chandler J <cjustice2000@gmail.com> | 2024-04-13 13:44:44 -0600 |
| commit | fba95abb417e0907c6148b61acae791ae01adb28 (patch) | |
| tree | 9c2bd4356857069d7c40a947bedc346bbf101ecd /data/default_config.rice | |
| parent | d1f74e783cd9af20a81e86783e0b7fe23371e208 (diff) | |
more smarter and better
Diffstat (limited to 'data/default_config.rice')
| -rw-r--r-- | data/default_config.rice | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/default_config.rice b/data/default_config.rice index f277b19..83aff5f 100644 --- a/data/default_config.rice +++ b/data/default_config.rice @@ -1,4 +1,5 @@ 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' +wallpaper_directory = '/home/[username]/Pictures/papes' # location where wallpapers are stored +theme_directory = '/home/[username]/.config/instantrice/themes/' # location of instant rice themes +menu_button = $mod+d # keyboard shortcut associated with opening application menu |
