summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.Xmodmap3
-rw-r--r--.config/xfce4/xinitrc4
-rw-r--r--.xkb/altgr_intl.xkmbin0 -> 11836 bytes
-rw-r--r--.xsessionrc3
4 files changed, 7 insertions, 3 deletions
diff --git a/.Xmodmap b/.Xmodmap
deleted file mode 100644
index 61055d0..0000000
--- a/.Xmodmap
+++ /dev/null
@@ -1,3 +0,0 @@
-! use capslock as Esc
-remove Lock = Caps_Lock
-keysym Caps_Lock = Escape
diff --git a/.config/xfce4/xinitrc b/.config/xfce4/xinitrc
new file mode 100644
index 0000000..7560c99
--- /dev/null
+++ b/.config/xfce4/xinitrc
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+. $HOME/.xsessionrc
+/etc/xdg/xfce4/xinitrc $@
diff --git a/.xkb/altgr_intl.xkm b/.xkb/altgr_intl.xkm
new file mode 100644
index 0000000..8804ef8
--- /dev/null
+++ b/.xkb/altgr_intl.xkm
Binary files differ
diff --git a/.xsessionrc b/.xsessionrc
new file mode 100644
index 0000000..7470d75
--- /dev/null
+++ b/.xsessionrc
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+xkbcomp $HOME/.xkb/altgr_intl.xkm $DISPLAY
>2020-05-02RestructureRené 'Necoro' Neumann8-95/+111 2020-05-02WIP: Message-IdsRené 'Necoro' Neumann8-5/+40 2020-05-02Typo and mention config example in READMERené 'Necoro' Neumann2-1/+3 fixRené 'Necoro' Neumann1-1/+4 2011-02-15fixRené 'Necoro' Neumann1-1/+1 2011-02-15mysql fixRené 'Necoro' Neumann1-1/+6 2011-02-15More nice things for constant expensesRené 'Necoro' Neumann8-16/+107 2011-02-15Ignore more filesRené 'Necoro' Neumann1-0/+3 2011-02-15Add content-typeRené 'Necoro' Neumann1-0/+1 2011-02-07Update copyrightRené 'Necoro' Neumann1-1/+1 2011-02-07Instead of overloading the normal 'render' function, add a 'render_utf8' methodRené 'Necoro' Neumann3-6/+3 2011-02-07missed oneRené 'Necoro' Neumann1-1/+1 2011-02-07unicode aware formRené 'Necoro' Neumann1-1/+10 2011-02-07Use Unicode as expectedRené 'Necoro' Neumann1-2/+2 2010-08-26but not editRené 'Necoro' Neumann1-1/+8 2010-08-26Make add redirect to addRené 'Necoro' Neumann1-1/+1 2010-07-27Add datepicker to add/editRené 'Necoro' Neumann3-3/+23 2010-07-27Fix sizes of datepickerRené 'Necoro' Neumann1-3/+3 2010-07-27Add jQuery UI -- DatepickerRené 'Necoro' Neumann17-0/+1168 2010-07-27Add category manipulation supportRené 'Necoro' Neumann10-6/+85 2010-07-26Konstante KostenRené 'Necoro' Neumann1-1/+1 2010-07-26Added link to edit the constant stuffRené 'Necoro' Neumann1-1/+1 2010-07-26Added addition and modification of constant stuffRené 'Necoro' Neumann3-8/+106 2010-07-05Only show right nav arrow, if the following month is not in the futureRené 'Necoro' Neumann2-14/+20 2010-07-05Add month navigationRené 'Necoro' Neumann6-5/+35 2010-07-05Add iconRené 'Necoro' Neumann2-1/+2 2010-07-05change cursorRené 'Necoro' Neumann1-0/+5 2010-07-05Some restructuringRené 'Necoro' Neumann3-28/+45 2010-07-05Closed/Open imagesRené 'Necoro' Neumann4-0/+146 2010-05-25Move page templates into their own folderRené 'Necoro' Neumann5-5/+7 2010-05-25Added the ability to edit an expenseRené 'Necoro' Neumann3-9/+34 2010-05-12FixRené 'Necoro' Neumann1-2/+2 2010-05-12Show more detailsRené 'Necoro' Neumann4-19/+42 2010-05-12Create new form each timeRené 'Necoro' Neumann1-24/+26 2010-05-10Fix redirect in AddRené 'Necoro' Neumann1-1/+1 2010-05-10Added the 'add expense' stuffRené 'Necoro' Neumann4-3/+69