mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-03 23:20:07 +05:30
feat: add more configurations and a new theme
- a theme based on carbon and vim high contrast - modify layouts in zellij and add support for swaps - add snippets Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
[General]
|
||||
# Verbose logging (logs debug messages - lotsa spam)
|
||||
verbose_logging = False
|
||||
|
||||
|
||||
[Startup]
|
||||
# Set the sync effects flag to true so any assignment of effects will work across devices
|
||||
sync_effects_enabled = True
|
||||
|
||||
# Turn off the devices when the systems screensaver kicks in
|
||||
devices_off_on_screensaver = True
|
||||
|
||||
# Battery notifier
|
||||
battery_notifier = True
|
||||
|
||||
# Battery notification frequency [s] (0 to disable)
|
||||
battery_notifier_freq = 600
|
||||
|
||||
# Battery notifications appear when device reaches this percentage
|
||||
battery_notifier_percent = 20
|
||||
|
||||
# Apply effects saved to disk when daemon starts
|
||||
restore_persistence = False
|
||||
|
||||
# Enable this if you dual boot with Windows and the effect isn't restored. Requires restore_persistence = True
|
||||
persistence_dual_boot_quirk = False
|
||||
Reference in New Issue
Block a user