Initial commit. In a broken state, do not use.
This commit is contained in:
45
files/files/etc/xdg/libfm/libfm.conf
Normal file
45
files/files/etc/xdg/libfm/libfm.conf
Normal file
@@ -0,0 +1,45 @@
|
||||
# Configuration file for the libfm version 1.3.1.
|
||||
# Autogenerated file, don't edit, your changes will be overwritten.
|
||||
|
||||
[config]
|
||||
single_click=0
|
||||
use_trash=1
|
||||
confirm_del=1
|
||||
confirm_trash=1
|
||||
advanced_mode=0
|
||||
si_unit=0
|
||||
force_startup_notify=1
|
||||
backup_as_hidden=1
|
||||
no_usb_trash=1
|
||||
no_child_non_expandable=0
|
||||
show_full_names=0
|
||||
only_user_templates=0
|
||||
template_run_app=0
|
||||
template_type_once=0
|
||||
auto_selection_delay=600
|
||||
drop_default_action=auto
|
||||
defer_content_test=0
|
||||
quick_exec=1
|
||||
terminal=xterm -e fenrir -s /etc/fenrirscreenreader/settings/xterm.conf
|
||||
archiver=xarchiver
|
||||
thumbnail_local=0
|
||||
thumbnail_max=0
|
||||
smart_desktop_autodrop=1
|
||||
|
||||
[ui]
|
||||
big_icon_size=48
|
||||
small_icon_size=24
|
||||
pane_icon_size=24
|
||||
thumbnail_size=128
|
||||
show_thumbnail=0
|
||||
shadow_hidden=0
|
||||
|
||||
[places]
|
||||
places_home=1
|
||||
places_desktop=1
|
||||
places_root=0
|
||||
places_computer=0
|
||||
places_trash=1
|
||||
places_applications=1
|
||||
places_network=0
|
||||
places_unmounted=1
|
25
files/files/etc/xdg/pcmanfm/default/pcmanfm.conf
Normal file
25
files/files/etc/xdg/pcmanfm/default/pcmanfm.conf
Normal file
@@ -0,0 +1,25 @@
|
||||
[config]
|
||||
bm_open_method=0
|
||||
|
||||
[volume]
|
||||
mount_on_startup=1
|
||||
mount_removable=1
|
||||
autorun=1
|
||||
|
||||
[desktop]
|
||||
wallpaper_mode=0
|
||||
desktop_bg=#000000
|
||||
desktop_fg=#ffffff
|
||||
desktop_shadow=#000000
|
||||
show_wm_menu=0
|
||||
|
||||
[ui]
|
||||
win_width=640
|
||||
win_height=480
|
||||
splitter_pos=150
|
||||
side_pane_mode=1
|
||||
view_mode=list
|
||||
show_hidden=0
|
||||
sort_type=0
|
||||
sort_by=2
|
||||
max_tab_chars=32
|
3
files/files/etc/xdg/surfraw/bookmarks
Normal file
3
files/files/etc/xdg/surfraw/bookmarks
Normal file
@@ -0,0 +1,3 @@
|
||||
surfraw http://alioth.debian.org/projects/surfraw/
|
||||
ntk http://www.ntk.net/
|
||||
perlmodlist http://www.cpan.org/modules/00modlist.long.html
|
92
files/files/etc/xdg/surfraw/conf
Normal file
92
files/files/etc/xdg/surfraw/conf
Normal file
@@ -0,0 +1,92 @@
|
||||
# Surfraw -- Shell Users' Revolutionary Front Against the World wide web
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# (c) 2000-2001 Julian Assange, all rights reserved.
|
||||
# (c) 2001 Australian Institute for Collaborative Research, all rights reserved.
|
||||
# (c) 2000 Melbourne Institute for Advanced Study, all rights reserved.
|
||||
#
|
||||
# see the file COPYING for further copyright details
|
||||
#
|
||||
# this file is shell script
|
||||
#
|
||||
# defintion commands:
|
||||
#
|
||||
# def -- define configuration variable unless already defined
|
||||
# (i.e by the environment)
|
||||
# defyn -- define boolean configuration variable unless
|
||||
# already defined
|
||||
#
|
||||
# WARNING: This file has a different format to that of $HOME/.surfraw.conf!
|
||||
# $HOME/.surfraw.conf entries should always be written sh style:
|
||||
#
|
||||
# SURFRAW_text_browser=w3m
|
||||
# etc
|
||||
|
||||
# autoconf guessed prefix
|
||||
prefix=/usr
|
||||
|
||||
# graphical browser? defaults to yes for meatminds. text browser users can
|
||||
# work it out how to change it.
|
||||
defyn SURFRAW_graphical yes
|
||||
|
||||
# name/path of text browser executable
|
||||
# e.g links, lynx, w3m
|
||||
def SURFRAW_text_browser w3m
|
||||
|
||||
# name/path of browser executable
|
||||
# e.g mozilla, netscape etc
|
||||
def SURFRAW_graphical_browser seamonkey
|
||||
|
||||
# text browser arguments, or "none"
|
||||
def SURFRAW_text_browser_args none
|
||||
|
||||
# graphical browser arguments, or "none"
|
||||
def SURFRAW_graphical_browser_args -browser
|
||||
|
||||
# use -remote openURL for graphical browser
|
||||
defyn SURFRAW_graphical_remote no
|
||||
|
||||
# when using the -remote, open a new window?
|
||||
defyn SURFRAW_new_window no
|
||||
|
||||
# name of screen command to run
|
||||
def SURFRAW_screen screen
|
||||
|
||||
# If surfraw is running under screen(1), start a new screen
|
||||
# for each text browser invocation?
|
||||
defyn SURFRAW_new_screen no
|
||||
|
||||
# arguments for the screen command
|
||||
def SURFRAW_screen_args ""
|
||||
|
||||
# "quote" arguments
|
||||
defyn SURFRAW_quote_args no
|
||||
|
||||
# requote arguments if they have spaces in
|
||||
# ie so:
|
||||
# sr google foo "bar baz" bam
|
||||
# works.
|
||||
defyn SURFRAW_quote_ifs yes
|
||||
|
||||
# default number of results to return
|
||||
def SURFRAW_results 30
|
||||
|
||||
# escape [% "@$%&+,/:;<=>?@@[\^{|}~'] characters in command line arguments
|
||||
# subsequently used to construct a url
|
||||
defyn SURFRAW_escape_url_args yes
|
||||
|
||||
# just print search url?
|
||||
defyn SURFRAW_print no
|
||||
|
||||
# Fetch and dump url?
|
||||
defyn SURFRAW_dump no
|
||||
|
||||
# Language/country (for elvi that support it)
|
||||
# Should be a 2-letter iso country code
|
||||
def SURFRAW_lang ""
|
||||
|
||||
# provider for searches that use a search engine
|
||||
# with (eg) site: specifiers
|
||||
# supported: google duckduckgo
|
||||
def SURFRAW_customsearch_provider duckduckgo
|
Reference in New Issue
Block a user