summaryrefslogtreecommitdiff
path: root/roles/lxde/files/config_files
diff options
context:
space:
mode:
Diffstat (limited to 'roles/lxde/files/config_files')
-rw-r--r--roles/lxde/files/config_files/lxterminal/lxterminal.conf34
-rw-r--r--roles/lxde/files/config_files/openbox/lxde-rc.xml6
-rw-r--r--roles/lxde/files/config_files/pcmanfm/LXDE/pcmanfm.conf4
3 files changed, 23 insertions, 21 deletions
diff --git a/roles/lxde/files/config_files/lxterminal/lxterminal.conf b/roles/lxde/files/config_files/lxterminal/lxterminal.conf
index ef04c89..82d5242 100644
--- a/roles/lxde/files/config_files/lxterminal/lxterminal.conf
+++ b/roles/lxde/files/config_files/lxterminal/lxterminal.conf
@@ -3,24 +3,24 @@ fontname=Monospace 10
3selchars=-A-Za-z0-9,./?%&#:_ 3selchars=-A-Za-z0-9,./?%&#:_
4scrollback=1000 4scrollback=1000
5bgcolor=rgb(0,0,0) 5bgcolor=rgb(0,0,0)
6fgcolor=rgb(170,170,170) 6fgcolor=rgb(211,215,207)
7palette_color_0=rgb(0,0,0) 7palette_color_0=rgb(0,0,0)
8palette_color_1=rgb(170,0,0) 8palette_color_1=rgb(205,0,0)
9palette_color_2=rgb(0,170,0) 9palette_color_2=rgb(78,154,6)
10palette_color_3=rgb(170,85,0) 10palette_color_3=rgb(196,160,0)
11palette_color_4=rgb(0,0,170) 11palette_color_4=rgb(52,101,164)
12palette_color_5=rgb(170,0,170) 12palette_color_5=rgb(117,80,123)
13palette_color_6=rgb(0,170,170) 13palette_color_6=rgb(6,152,154)
14palette_color_7=rgb(170,170,170) 14palette_color_7=rgb(211,215,207)
15palette_color_8=rgb(85,85,85) 15palette_color_8=rgb(85,87,83)
16palette_color_9=rgb(255,85,85) 16palette_color_9=rgb(239,41,41)
17palette_color_10=rgb(85,255,85) 17palette_color_10=rgb(138,226,52)
18palette_color_11=rgb(255,255,85) 18palette_color_11=rgb(252,233,79)
19palette_color_12=rgb(85,85,255) 19palette_color_12=rgb(114,159,207)
20palette_color_13=rgb(255,85,255) 20palette_color_13=rgb(173,127,168)
21palette_color_14=rgb(85,255,255) 21palette_color_14=rgb(52,226,226)
22palette_color_15=rgb(255,255,255) 22palette_color_15=rgb(238,238,236)
23color_preset=VGA 23color_preset=Tango
24disallowbold=false 24disallowbold=false
25cursorblinks=false 25cursorblinks=false
26cursorunderline=false 26cursorunderline=false
diff --git a/roles/lxde/files/config_files/openbox/lxde-rc.xml b/roles/lxde/files/config_files/openbox/lxde-rc.xml
index 5003f15..db5393e 100644
--- a/roles/lxde/files/config_files/openbox/lxde-rc.xml
+++ b/roles/lxde/files/config_files/openbox/lxde-rc.xml
@@ -320,12 +320,12 @@
320 </keybind> 320 </keybind>
321 <keybind key='XF86AudioRaiseVolume'> 321 <keybind key='XF86AudioRaiseVolume'>
322 <action name='Execute'> 322 <action name='Execute'>
323 <command>bash -c &quot;pamixer --allow-boost -u -i 1; v=$HOME/.cache/dunstify_volume; vol=`pamixer --get-volume`; color=`[ $vol -le 100 ] &amp;&amp; echo normal || echo critical`; dunstify -r $(($(cat $v))) -p Volume --hints=int:value:$vol -i &apos; &apos; -a Openbox-volume -t 1000 -u $color &gt; $v&quot;</command> 323 <command>bash -c &quot;pamixer --allow-boost -u -i 1; v=$HOME/.cache/dunstify_volume; vol=`pamixer --get-volume`; color=`[ $vol -le 100 ] &amp;&amp; echo normal || echo critical`; dunstify -r $(($(head -n1 $v))) -p Volume --hints=int:value:$vol -i &apos; &apos; -a Openbox-volume -t 1000 -u $color &gt; $v&quot;</command>
324 </action> 324 </action>
325 </keybind> 325 </keybind>
326 <keybind key='XF86AudioLowerVolume'> 326 <keybind key='XF86AudioLowerVolume'>
327 <action name='Execute'> 327 <action name='Execute'>
328 <command>bash -c &quot;pamixer --allow-boost -u -d 1; v=$HOME/.cache/dunstify_volume; vol=`pamixer --get-volume`; color=`[ $vol -le 100 ] &amp;&amp; echo normal || echo critical`; dunstify -r $(($(cat $v))) -p Volume --hints=int:value:$vol -i &apos; &apos; -a Openbox-volume -t 1000 -u $color &gt; $v&quot;</command> 328 <command>bash -c &quot;pamixer --allow-boost -u -d 1; v=$HOME/.cache/dunstify_volume; vol=`pamixer --get-volume`; color=`[ $vol -le 100 ] &amp;&amp; echo normal || echo critical`; dunstify -r $(($(head -n1 $v))) -p Volume --hints=int:value:$vol -i &apos; &apos; -a Openbox-volume -t 1000 -u $color &gt; $v&quot;</command>
329 </action> 329 </action>
330 </keybind> 330 </keybind>
331 <keybind key='XF86AudioMute'> 331 <keybind key='XF86AudioMute'>
@@ -693,4 +693,4 @@
693 </menu> 693 </menu>
694 <!-- show the manage desktops section in the client-list-(combined-)menu --> 694 <!-- show the manage desktops section in the client-list-(combined-)menu -->
695 <applications/> 695 <applications/>
696</openbox_config> \ No newline at end of file 696</openbox_config>
diff --git a/roles/lxde/files/config_files/pcmanfm/LXDE/pcmanfm.conf b/roles/lxde/files/config_files/pcmanfm/LXDE/pcmanfm.conf
index ad0422b..cd38b55 100644
--- a/roles/lxde/files/config_files/pcmanfm/LXDE/pcmanfm.conf
+++ b/roles/lxde/files/config_files/pcmanfm/LXDE/pcmanfm.conf
@@ -7,8 +7,10 @@ mount_removable=1
7autorun=1 7autorun=1
8 8
9[autorun] 9[autorun]
10x-content/win32-software=pcmanfm 10x-content/ebook-reader=pcmanfm
11x-content/bootable-media=pcmanfm 11x-content/bootable-media=pcmanfm
12x-content/win32-software=pcmanfm
13x-content/audio-player=pcmanfm
12 14
13[ui] 15[ui]
14always_show_tabs=0 16always_show_tabs=0