Changes to Openbox

- replaced xcompmgr with compton
- set the dock to autohide
This commit is contained in:
Tobias Schmidl 2018-07-20 09:13:21 +02:00
parent 6e3051277a
commit ca3078df41
3 changed files with 14 additions and 3 deletions

10
.config/compton.conf Normal file
View file

@ -0,0 +1,10 @@
shadow = 1;
no_dock_shadow = 1;
detect-client-opacity = 1;
use-ewmh-active-win = 1;
detect-transient = 1;
detect-client-leader = 1;
backend = glx;
glx-no-stencil = true;
dbus = 1;
vsync = opengl-swc;

View file

@ -1,6 +1,7 @@
xcompmgr -c -C &
compton -b
stalonetray &
dunst &
pcmanfm --desktop &
xfce4-power-manager &
plank &
chrome --no-startup-window &

View file

@ -54,7 +54,7 @@
S: shade (roll up/down)
D: omnipresent (on all desktops).
-->
<keepBorder>yes</keepBorder>
<keepBorder>no</keepBorder>
<animateIconify>yes</animateIconify>
<font place="ActiveWindow">
<name>DejaVu Sans</name>
@ -168,7 +168,7 @@
<!-- 'Above', 'Normal', or 'Below' -->
<direction>Vertical</direction>
<!-- 'Vertical' or 'Horizontal' -->
<autoHide>no</autoHide>
<autoHide>yes</autoHide>
<hideDelay>300</hideDelay>
<!-- in milliseconds (1000 = 1 second) -->
<showDelay>300</showDelay>