Changes to Openbox
- replaced xcompmgr with compton - set the dock to autohide
This commit is contained in:
parent
6e3051277a
commit
ca3078df41
3 changed files with 14 additions and 3 deletions
10
.config/compton.conf
Normal file
10
.config/compton.conf
Normal 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;
|
|
@ -1,6 +1,7 @@
|
||||||
xcompmgr -c -C &
|
compton -b
|
||||||
stalonetray &
|
stalonetray &
|
||||||
dunst &
|
dunst &
|
||||||
pcmanfm --desktop &
|
pcmanfm --desktop &
|
||||||
|
xfce4-power-manager &
|
||||||
plank &
|
plank &
|
||||||
chrome --no-startup-window &
|
chrome --no-startup-window &
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
S: shade (roll up/down)
|
S: shade (roll up/down)
|
||||||
D: omnipresent (on all desktops).
|
D: omnipresent (on all desktops).
|
||||||
-->
|
-->
|
||||||
<keepBorder>yes</keepBorder>
|
<keepBorder>no</keepBorder>
|
||||||
<animateIconify>yes</animateIconify>
|
<animateIconify>yes</animateIconify>
|
||||||
<font place="ActiveWindow">
|
<font place="ActiveWindow">
|
||||||
<name>DejaVu Sans</name>
|
<name>DejaVu Sans</name>
|
||||||
|
@ -168,7 +168,7 @@
|
||||||
<!-- 'Above', 'Normal', or 'Below' -->
|
<!-- 'Above', 'Normal', or 'Below' -->
|
||||||
<direction>Vertical</direction>
|
<direction>Vertical</direction>
|
||||||
<!-- 'Vertical' or 'Horizontal' -->
|
<!-- 'Vertical' or 'Horizontal' -->
|
||||||
<autoHide>no</autoHide>
|
<autoHide>yes</autoHide>
|
||||||
<hideDelay>300</hideDelay>
|
<hideDelay>300</hideDelay>
|
||||||
<!-- in milliseconds (1000 = 1 second) -->
|
<!-- in milliseconds (1000 = 1 second) -->
|
||||||
<showDelay>300</showDelay>
|
<showDelay>300</showDelay>
|
||||||
|
|
Loading…
Reference in a new issue