summaryrefslogtreecommitdiff
path: root/skel
diff options
context:
space:
mode:
Diffstat (limited to 'skel')
-rw-r--r--skel/.Xresources49
-rw-r--r--skel/.config/GIMP/2.10/gimprc1
-rw-r--r--skel/.config/GIMP/2.10/gradients/.placeholder0
-rw-r--r--skel/.config/GIMP/3.0/gimprc2
-rw-r--r--skel/.config/GIMP/3.0/gradients/.placeholder0
-rw-r--r--skel/.config/ksnip/ksnip.conf3
-rw-r--r--skel/.config/netsurf/Choices7
-rw-r--r--skel/.config/netsurf/Hotlist18
-rw-r--r--skel/.config/skypeforlinux/settings.json1
-rw-r--r--skel/.gitconfig12
-rw-r--r--skel/.ripperXrc15
11 files changed, 108 insertions, 0 deletions
diff --git a/skel/.Xresources b/skel/.Xresources
new file mode 100644
index 0000000..6357760
--- /dev/null
+++ b/skel/.Xresources
@@ -0,0 +1,49 @@
+! xterm config
+! after changing contents, run xrdb -merge ~/.Xresources
+! or restart X
+! https://codeberg.org/merazi/xterm-config/raw/branch/xterm-config/Xresources
+! https://scarygliders.net/2011/12/01/customize-xterm-the-original-and-best-terminal
+! https://fak3r.com/2006/02/23/howto-usable-xterm-configuration
+! http://www.futurile.net/2016/06/14/xterm-setup-and-truetype-font-configuration
+! https://blog.rot13.org/2010/03/change-font-size-in-xterm-using-keyboard.html
+!
+! retabell 20221217
+
+! Use a truetype font and size
+xterm*faceName: Hack
+xterm*faceSize: 14
+!xterm*renderFont: true
+
+xterm.*.cursorBlink: true
+xterm.*.loginShell: true
+
+! improve colors
+xterm.*.colorMode: on
+xterm.*.dynamicColors: on
+
+! colors
+xterm.*.foreground: white
+xterm.*.background: black
+
+! copy & paste like the gnome shell
+xterm.VT100.translations: #override \n\
+Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
+Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
+Ctrl <Key>minus: smaller-vt-font() \n\
+Ctrl <Key>plus: larger-vt-font()
+
+! make the alt key behave normally
+xterm.*.metaSendsEscape: true
+
+! scrollback history
+xterm.*.saveLines: 4096
+
+! enable scrollbar
+xterm*ScrollBar: true
+xterm*rightScrollBar: true
+
+! smooth scrolling
+xterm*scrollTtyOutput: false
+
+! give xterm a voice
+xterm.*.bellIsUrgent: true
diff --git a/skel/.config/GIMP/2.10/gimprc b/skel/.config/GIMP/2.10/gimprc
new file mode 100644
index 0000000..efd5548
--- /dev/null
+++ b/skel/.config/GIMP/2.10/gimprc
@@ -0,0 +1 @@
+(theme "System")
diff --git a/skel/.config/GIMP/2.10/gradients/.placeholder b/skel/.config/GIMP/2.10/gradients/.placeholder
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/skel/.config/GIMP/2.10/gradients/.placeholder
diff --git a/skel/.config/GIMP/3.0/gimprc b/skel/.config/GIMP/3.0/gimprc
new file mode 100644
index 0000000..48dcd0e
--- /dev/null
+++ b/skel/.config/GIMP/3.0/gimprc
@@ -0,0 +1,2 @@
+(theme "System")
+(theme-color-scheme light)
diff --git a/skel/.config/GIMP/3.0/gradients/.placeholder b/skel/.config/GIMP/3.0/gradients/.placeholder
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/skel/.config/GIMP/3.0/gradients/.placeholder
diff --git a/skel/.config/ksnip/ksnip.conf b/skel/.config/ksnip/ksnip.conf
new file mode 100644
index 0000000..cc9f5e4
--- /dev/null
+++ b/skel/.config/ksnip/ksnip.conf
@@ -0,0 +1,3 @@
+[ImageGrabber]
+CaptureMode=4
+ForceGenericWaylandEnabled=true
diff --git a/skel/.config/netsurf/Choices b/skel/.config/netsurf/Choices
new file mode 100644
index 0000000..cf63140
--- /dev/null
+++ b/skel/.config/netsurf/Choices
@@ -0,0 +1,7 @@
+accept_language:de
+disc_cache_size:104857600
+homepage_url:https://kanotix.de
+search_url_bar:1
+show_single_tab:1
+new_blank:1
+bar_show:menu/tool
diff --git a/skel/.config/netsurf/Hotlist b/skel/.config/netsurf/Hotlist
new file mode 100644
index 0000000..4ab6156
--- /dev/null
+++ b/skel/.config/netsurf/Hotlist
@@ -0,0 +1,18 @@
+<!DOCTYPE html PUBLIC "//W3C/DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>NetSurf hotlist</title>
+</head>
+<body>
+<ul>
+<h4>Unsorted entries</h4>
+<ul id="default">
+</ul>
+<h4>Kanotix</h4>
+<ul>
+<li><a href="https://kanotix.de">Kanotix</a></li>
+</ul>
+</ul>
+</body>
+</html>
diff --git a/skel/.config/skypeforlinux/settings.json b/skel/.config/skypeforlinux/settings.json
new file mode 100644
index 0000000..25d808d
--- /dev/null
+++ b/skel/.config/skypeforlinux/settings.json
@@ -0,0 +1 @@
+{"app.autoStartEnabled":false,"app.shouldSendOptionalTelemetry":false} \ No newline at end of file
diff --git a/skel/.gitconfig b/skel/.gitconfig
new file mode 100644
index 0000000..2ca55f2
--- /dev/null
+++ b/skel/.gitconfig
@@ -0,0 +1,12 @@
+[alias]
+# own aliases
+ hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
+
+[user]
+# TODO fill in your name
+ name = John Doe
+ email = johndoe@example.com
+
+[core]
+# preferred editor
+ editor = mcedit
diff --git a/skel/.ripperXrc b/skel/.ripperXrc
new file mode 100644
index 0000000..96af370
--- /dev/null
+++ b/skel/.ripperXrc
@@ -0,0 +1,15 @@
+//
+// ~/.ripperXrc
+// This is the resource file for ripperX.
+// If you edit this file with an editor, note
+// that this file is overwritten each time ripperX is run.
+//
+// You can configure everything in the config menu within ripperX.
+//
+
+//-v 2.8.0
+
+CDDBConfig::DirFormatString = %a/%v
+CDDBConfig::FormatString = %s
+CDDBConfig::MakeDirectories = 1
+Encoder::Encoder = lame