diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/openbox/autostart | 1 | ||||
-rw-r--r-- | .config/openbox/rc.xml | 1 | ||||
-rw-r--r-- | .config/tint2/tint2rc | 10 |
3 files changed, 6 insertions, 6 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 5b32d9f..f37cc55 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -1,4 +1,5 @@ tint2 & +xcompmgr & urxvt & redshift -l 34.3065:-82.66374 & nm-applet & diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index b8f22e8..08c6411 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -844,7 +844,6 @@ <application class="Darktable"> <decor>no</decor> <desktop>3</desktop> - <fullscreen>yes</fullscreen> </application> <application class="kdenlive"> <decor>no</decor> diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index 174b481..716830f 100644 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -18,7 +18,7 @@ border_color_pressed = #000000 30 # Background 2: Default task, Iconified task rounded = 4 -border_width = 1 +border_width = 0 border_sides = TBLR background_color = #777777 20 border_color = #777777 30 @@ -29,7 +29,7 @@ border_color_pressed = #eaeaea 44 # Background 3: Active task rounded = 4 -border_width = 1 +border_width = 0 border_sides = TBLR background_color = #777777 20 border_color = #ffffff 40 @@ -113,8 +113,8 @@ task_align = left task_text = 0 task_icon = 1 task_centered = 1 -urgent_nb_of_blink = 100000 -task_maximum_size = 180 35 +urgent_nb_of_blink = 10 +task_maximum_size = 30 24 task_padding = 2 2 4 task_tooltip = 1 task_thumbnail = 0 @@ -179,7 +179,7 @@ battery = 0 battery_tooltip = 1 bat1_font = Roboto 13 bat2_font = Roboto 13 -bat1_format = %s %p - %t +bat1_format = %p - %h:%m battery_low_status = 10 battery_low_cmd = xmessage 'tint2: Battery low!' battery_full_cmd = |