Добавлена частичная поддержка настроек из ini.env в Xfce
This commit is contained in:
parent
69353e760d
commit
f2ddbe137c
5 changed files with 51 additions and 8 deletions
|
@ -3,7 +3,8 @@
|
|||
# Font size
|
||||
font-size = 10
|
||||
keyboard-delay = 360
|
||||
keyboard-rate = 300
|
||||
# В интерфейсе Xfce максимальное значение 250
|
||||
keyboard-rate = 250
|
||||
# Mouse click policy (single, double)
|
||||
mouse-clickpolicy = single
|
||||
mouse-doubleclick-delayed = 400
|
||||
|
@ -25,7 +26,7 @@ wm-panel-main-autohide = off
|
|||
wm-panel-main-position = top
|
||||
# The size of the Main panel
|
||||
wm-panel-main-size = 32
|
||||
wm-panel-menu-autohide = off
|
||||
wm-panel-menu-autohide = on
|
||||
# Position the Quick Launch toolbar (top, bottom, left, right)
|
||||
wm-panel-menu-position = bottom
|
||||
# The size of the Quick Launch toolbar
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
<property name="Numlock" type="bool" value="false"/>
|
||||
#hr_laptop#
|
||||
<property name="KeyRepeat" type="empty">
|
||||
<property name="Rate" type="int" value="30"/>
|
||||
<property name="Delay" type="int" value="330"/>
|
||||
<property name="Rate" type="int" value="#-ini(profile.keyboard-rate)-#"/>
|
||||
<property name="Delay" type="int" value="#-ini(profile.keyboard-delay)-#"/>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
||||
|
|
|
@ -0,0 +1,31 @@
|
|||
# Calculate format=xml_xfce
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-desktop" version="1.0">
|
||||
<property name="desktop-icons" type="empty">
|
||||
<property name="file-icons" type="empty">
|
||||
<property name="show-trash" type="bool" value="false"/>
|
||||
<property name="show-removable" type="bool" value="false"/>
|
||||
<property name="show-filesystem" type="bool" value="false"/>
|
||||
#?env(client.os_remote_auth)==||ur_domain_set==off#
|
||||
<property name="show-home" type="bool" value="true"/>
|
||||
#env#
|
||||
#?env(client.os_remote_auth)!=&&ur_domain_set==on#
|
||||
<property name="show-home" type="bool" value="false"/>
|
||||
#env#
|
||||
</property>
|
||||
<property name="icon-size" type="uint" value="#-ini(profile.wm-icon-size)-#"/>
|
||||
<property name="single-click" type="bool" value="true"/>
|
||||
</property>
|
||||
<property name="backdrop" type="empty">
|
||||
<property name="screen0" type="empty">
|
||||
<property name="monitor0" type="empty">
|
||||
<property name="image-path" type="string" value="/usr/share/wallpapers/Calculate_Linux/contents/images/#-wallpaper(#-os_x11_resolution-#,/usr/share/wallpapers/Calculate_Linux/contents/images)-#"/>
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
<property name="desktop-menu" type="empty">
|
||||
<property name="show" type="bool" value="false"/>
|
||||
<property name="show-icons" type="bool" value="false"/>
|
||||
</property>
|
||||
</channel>
|
|
@ -5,7 +5,7 @@
|
|||
<property name="panels" type="uint" value="2">
|
||||
<property name="panel-0" type="empty">
|
||||
<property name="position" type="string" value="p=6;x=0;y=0"/>
|
||||
<property name="size" type="uint" value="32"/>
|
||||
<property name="size" type="uint" value="#-ini(profile.wm-panel-main-size)-#"/>
|
||||
<property name="length" type="uint" value="100"/>
|
||||
<property name="position-locked" type="bool" value="true"/>
|
||||
<property name="plugin-ids" type="array">
|
||||
|
@ -32,10 +32,16 @@
|
|||
<value type="int" value="2"/>
|
||||
</property>
|
||||
<property name="background-alpha" type="uint" value="95"/>
|
||||
<property name="mode" type="uint" value="0"/>
|
||||
#?ini(profile.wm-panel-main-autohide)!=on#
|
||||
<property name="autohide-behavior" type="uint" value="0"/>
|
||||
#!ini#
|
||||
<property name="autohide-behavior" type="uint" value="2"/>
|
||||
#ini#
|
||||
</property>
|
||||
<property name="panel-1" type="empty">
|
||||
<property name="position" type="string" value="p=10;x=0;y=0"/>
|
||||
<property name="size" type="uint" value="56"/>
|
||||
<property name="size" type="uint" value="#-ini(profile.wm-panel-menu-size)-#"/>
|
||||
<property name="position-locked" type="bool" value="true"/>
|
||||
<property name="plugin-ids" type="array">
|
||||
#?exists(~/.config/xfce4/panel/launcher-30/10000000030.desktop)!=#
|
||||
|
@ -82,8 +88,13 @@
|
|||
#exists#
|
||||
</property>
|
||||
<property name="length" type="uint" value="10"/>
|
||||
<property name="autohide" type="bool" value="true"/>
|
||||
<property name="background-alpha" type="uint" value="95"/>
|
||||
<property name="mode" type="uint" value="0"/>
|
||||
#?ini(profile.wm-panel-menu-autohide)!=on#
|
||||
<property name="autohide-behavior" type="uint" value="0"/>
|
||||
#!ini#
|
||||
<property name="autohide-behavior" type="uint" value="2"/>
|
||||
#ini#
|
||||
</property>
|
||||
</property>
|
||||
<property name="plugins" type="empty">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<property name="ThemeName" type="string" value="Adwaita"/>
|
||||
#main.os_linux_ver#
|
||||
<property name="IconThemeName" type="string" value="Calculate"/>
|
||||
<property name="DoubleClickTime" type="int" value="600"/>
|
||||
<property name="DoubleClickTime" type="int" value="#-ini(profile.mouse-doubleclick-delayed)-#"/>
|
||||
</property>
|
||||
<property name="Xft" type="empty">
|
||||
<property name="Antialias" type="int" value="1"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue