Desktop icons
parent
e38da35316
commit
0d9256ee6a
|
|
@ -0,0 +1,6 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Applications
|
||||||
|
Exec=fbappselect
|
||||||
|
Icon=metro_apps
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Icon=metro_media
|
||||||
|
Name=Media
|
||||||
|
Exec=pcmanfm /media
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Icon=metro_power
|
||||||
|
Name=End session
|
||||||
|
Exec=fblogout
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
|
@ -0,0 +1,26 @@
|
||||||
|
[*]
|
||||||
|
wallpaper_mode=crop
|
||||||
|
wallpaper_common=1
|
||||||
|
wallpaper=/usr/share/wallpapers/slax_wallpaper.jpg
|
||||||
|
desktop_bg=#000000
|
||||||
|
desktop_fg=#ffffff
|
||||||
|
desktop_shadow=#000000
|
||||||
|
desktop_font=Sans 10
|
||||||
|
show_wm_menu=1
|
||||||
|
sort=mtime;ascending;
|
||||||
|
show_documents=0
|
||||||
|
show_trash=1
|
||||||
|
show_mounts=0
|
||||||
|
|
||||||
|
[session.desktop]
|
||||||
|
x=27
|
||||||
|
y=392
|
||||||
|
|
||||||
|
[media.desktop]
|
||||||
|
x=27
|
||||||
|
y=280
|
||||||
|
|
||||||
|
[applications.desktop]
|
||||||
|
x=27
|
||||||
|
y=168
|
||||||
|
|
||||||
|
|
@ -0,0 +1,26 @@
|
||||||
|
[config]
|
||||||
|
bm_open_method=0
|
||||||
|
|
||||||
|
[volume]
|
||||||
|
mount_on_startup=1
|
||||||
|
mount_removable=1
|
||||||
|
autorun=1
|
||||||
|
|
||||||
|
[ui]
|
||||||
|
always_show_tabs=0
|
||||||
|
max_tab_chars=32
|
||||||
|
win_width=640
|
||||||
|
win_height=480
|
||||||
|
splitter_pos=150
|
||||||
|
media_in_new_tab=0
|
||||||
|
desktop_folder_new_win=1
|
||||||
|
change_tab_on_drop=1
|
||||||
|
close_on_unmount=1
|
||||||
|
focus_previous=1
|
||||||
|
side_pane_mode=places
|
||||||
|
view_mode=list
|
||||||
|
show_hidden=0
|
||||||
|
sort=name;ascending;
|
||||||
|
toolbar=
|
||||||
|
show_statusbar=1
|
||||||
|
pathbar_mode_buttons=1
|
||||||
|
|
@ -68,7 +68,7 @@ rm -f $SIGNAL2 2>/dev/null
|
||||||
sleep 0.1
|
sleep 0.1
|
||||||
done
|
done
|
||||||
touch $SIGNAL2
|
touch $SIGNAL2
|
||||||
exec compton --sw-opti -e 0.9 --shadow-exclude 'class_g="xlunch-windowed"' --fade-exclude 'role*="fluxbox-toolbar"' --opacity-rule '70:role*="fluxbox-toolbar"' --no-fading-destroyed-argb -D 5 -c -f -l -2 -t -2 -r 0 -o 1 -z --shadow-exclude 'bounding_shaped'
|
exec compton --sw-opti -e 0.9 --fade-exclude 'role*="fluxbox-toolbar"' --opacity-rule '70:role*="fluxbox-toolbar"' --no-fading-destroyed-argb -D 5 -c -f -l -2 -t -2 -r 0 -o 1 -z --shadow-exclude 'bounding_shaped'
|
||||||
) &
|
) &
|
||||||
|
|
||||||
# We want to run systrayicon only after the volumeicon is started
|
# We want to run systrayicon only after the volumeicon is started
|
||||||
|
|
@ -92,6 +92,9 @@ rm -f $SIGNAL2 2>/dev/null
|
||||||
xrandr 2>/dev/null | fgrep x | fgrep . | sort -n | tr -s " " | cut -d " " -f 2 \
|
xrandr 2>/dev/null | fgrep x | fgrep . | sort -n | tr -s " " | cut -d " " -f 2 \
|
||||||
| sed -r "s:(.*):[exec] (\\1) {fbscreensize \\1}:" > ~/.fluxbox/menu_resolution
|
| sed -r "s:(.*):[exec] (\\1) {fbscreensize \\1}:" > ~/.fluxbox/menu_resolution
|
||||||
|
|
||||||
|
# start desktop icons
|
||||||
|
pcmanfm --desktop &
|
||||||
|
|
||||||
# In all cases, wait for the sound sleeper.
|
# In all cases, wait for the sound sleeper.
|
||||||
# If startup took longer (sound completed already), no extra wait
|
# If startup took longer (sound completed already), no extra wait
|
||||||
wait $SOUNDPID
|
wait $SOUNDPID
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 735 B |
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
Loading…
Reference in New Issue