Openbox env font change, dmenu entry added, config for hiding the toolbar of specific apps added
This commit is contained in:
parent
ed37fbf8f1
commit
1517ea29ab
@ -57,7 +57,7 @@
|
||||
<keepBorder>no</keepBorder>
|
||||
<animateIconify>no</animateIconify>
|
||||
<font place="ActiveWindow">
|
||||
<name>Cantarell</name>
|
||||
<name>Ubuntu</name>
|
||||
<size>10</size>
|
||||
<!-- font size in points -->
|
||||
<weight>Bold</weight>
|
||||
@ -66,7 +66,7 @@
|
||||
<!-- 'italic' or 'normal' -->
|
||||
</font>
|
||||
<font place="InactiveWindow">
|
||||
<name>Cantarell</name>
|
||||
<name>Ubuntu</name>
|
||||
<size>10</size>
|
||||
<!-- font size in points -->
|
||||
<weight>Bold</weight>
|
||||
@ -75,7 +75,7 @@
|
||||
<!-- 'italic' or 'normal' -->
|
||||
</font>
|
||||
<font place="MenuHeader">
|
||||
<name>Cantarell</name>
|
||||
<name>Ubuntu</name>
|
||||
<size>10</size>
|
||||
<!-- font size in points -->
|
||||
<weight>Bold</weight>
|
||||
@ -84,7 +84,7 @@
|
||||
<!-- 'italic' or 'normal' -->
|
||||
</font>
|
||||
<font place="MenuItem">
|
||||
<name>Cantarell</name>
|
||||
<name>Ubuntu</name>
|
||||
<size>10</size>
|
||||
<!-- font size in points -->
|
||||
<weight>Normal</weight>
|
||||
@ -93,16 +93,16 @@
|
||||
<!-- 'italic' or 'normal' -->
|
||||
</font>
|
||||
<font place="ActiveOnScreenDisplay">
|
||||
<name>Cantarell</name>
|
||||
<name>Ubuntu</name>
|
||||
<size>10</size>
|
||||
<!-- font size in points -->
|
||||
<weight>Normal</weight>
|
||||
<weight>Bold</weight>
|
||||
<!-- 'bold' or 'normal' -->
|
||||
<slant>Normal</slant>
|
||||
<!-- 'italic' or 'normal' -->
|
||||
</font>
|
||||
<font place="InactiveOnScreenDisplay">
|
||||
<name>Cantarell</name>
|
||||
<name>Ubuntu</name>
|
||||
<size>10</size>
|
||||
<!-- font size in points -->
|
||||
<weight>Normal</weight>
|
||||
@ -213,6 +213,7 @@
|
||||
<wrap>no</wrap>
|
||||
</action>
|
||||
</keybind>
|
||||
<!-- as there are no vertical workspaces this is useless
|
||||
<keybind key="S-A-Up">
|
||||
<action name="SendToDesktop">
|
||||
<to>up</to>
|
||||
@ -224,7 +225,7 @@
|
||||
<to>down</to>
|
||||
<wrap>no</wrap>
|
||||
</action>
|
||||
</keybind>
|
||||
</keybind>-->
|
||||
<keybind key="W-F1">
|
||||
<action name="GoToDesktop">
|
||||
<to>1</to>
|
||||
@ -421,6 +422,12 @@
|
||||
<command>gnome-disks</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<!-- disks (Win+Shift+D) -->
|
||||
<keybind key="S-A-d">
|
||||
<action name="Execute">
|
||||
<command>dmenu_run</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<!-- vlc (Win+M) -->
|
||||
<keybind key="W-m">
|
||||
<action name="Execute">
|
||||
@ -1122,12 +1129,40 @@
|
||||
<height>default</height>
|
||||
</size>
|
||||
</application>
|
||||
<application name="vivaldi-stable">
|
||||
<decor>no</decor>
|
||||
<size>
|
||||
<width>default</width>
|
||||
<height>default</height>
|
||||
</size>
|
||||
</application>
|
||||
<application groupclass="XTerm">
|
||||
<decor>no</decor>
|
||||
<size>
|
||||
<width>default</width>
|
||||
<height>default</height>
|
||||
</size>
|
||||
</application>
|
||||
<application groupclass="Gnome-terminal-server">
|
||||
<decor>no</decor>
|
||||
<size>
|
||||
<width>default</width>
|
||||
<height>default</height>
|
||||
</size>
|
||||
</application>
|
||||
<application name="atom">
|
||||
<decor>no</decor>
|
||||
<size>
|
||||
<width>default</width>
|
||||
<height>default</height>
|
||||
</size>
|
||||
</application>
|
||||
<application groupclass="Firefox">
|
||||
<decor>no</decor>
|
||||
<size>
|
||||
<width>default</width>
|
||||
<height>default</height>
|
||||
</size>
|
||||
</size>
|
||||
</application>
|
||||
<application class="Tint2" type="dock">
|
||||
<position force="yes">
|
||||
|
Loading…
Reference in New Issue
Block a user