ENH add commented code for eventual xmonad setup

This commit is contained in:
Nathan Dwarshuis 2019-10-25 22:08:22 -04:00
parent f5dae615f5
commit d8bd989e3d
1 changed files with 3 additions and 3 deletions

View File

@ -3,13 +3,13 @@ conky.config = {
--adjust cpu dial sensitivity (1-14)
cpu_avg_samples = 4,
net_avg_samples = 14,
net_avg_samples = 1,
out_to_console = false,
own_window = true,
own_window_class = 'conky',
own_window_type = 'override',
--own_window_type = 'override',
own_window_type = 'desktop',
own_window_transparent = true,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',