directory restructuring
This commit is contained in:
parent
9e4bd3c862
commit
a67e9abef0
17 changed files with 0 additions and 95 deletions
8
x/Xmodmap
Normal file
8
x/Xmodmap
Normal file
|
@ -0,0 +1,8 @@
|
|||
keycode 66 = Control_L
|
||||
clear Lock
|
||||
add Control = Control_L
|
||||
keycode 118 = Caps_Lock
|
||||
add Lock = Caps_Lock
|
||||
keycode 55 = v V v V doublelowquotemark singlelowquotemark doublelowquotemark
|
||||
keycode 56 = b B b B leftdoublequotemark leftsinglequotemark leftdoublequotemark
|
||||
keycode 57 = n N n N rightdoublequotemark rightsinglequotemark rightdoublequotemark
|
108
x/Xresources
Normal file
108
x/Xresources
Normal file
|
@ -0,0 +1,108 @@
|
|||
! font settings --------------------------------------------------------------
|
||||
Xft.autohint: true
|
||||
Xft.antialias: true
|
||||
Xft.hinting: true
|
||||
Xft.hintstyle: hintslight
|
||||
!Xft.dpi: 96
|
||||
Xft.rgba: rgb
|
||||
Xft.lcdfilter: lcddefault
|
||||
|
||||
! xscreensaver ---------------------------------------------------------------
|
||||
|
||||
!font settings
|
||||
xscreensaver.Dialog.headingFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
|
||||
xscreensaver.Dialog.bodyFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
|
||||
xscreensaver.Dialog.labelFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
|
||||
xscreensaver.Dialog.unameFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
|
||||
xscreensaver.Dialog.buttonFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
|
||||
xscreensaver.Dialog.dateFont: -*-fixed-medium-r-*-*-12-*-*-*-*-*-*-*
|
||||
xscreensaver.passwd.passwdFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
|
||||
!general dialog box (affects main hostname, username, password text)
|
||||
xscreensaver.Dialog.foreground: #101010
|
||||
xscreensaver.Dialog.background: #D8D8D8
|
||||
xscreensaver.Dialog.topShadowColor: #D8D8D8
|
||||
xscreensaver.Dialog.bottomShadowColor: #D8D8D8
|
||||
xscreensaver.Dialog.Button.foreground: #101010
|
||||
xscreensaver.Dialog.Button.background: #E5E5E5
|
||||
!username/password input box and date text colour
|
||||
xscreensaver.Dialog.text.foreground: #101010
|
||||
xscreensaver.Dialog.text.background: #E5E5E5
|
||||
xscreensaver.Dialog.internalBorderWidth:24
|
||||
xscreensaver.Dialog.borderWidth: 0
|
||||
xscreensaver.Dialog.shadowThickness: 2
|
||||
!timeout bar (background is actually determined by Dialog.text.background)
|
||||
xscreensaver.passwd.thermometer.foreground: #101010
|
||||
xscreensaver.passwd.thermometer.background: #2E2E2E
|
||||
xscreensaver.passwd.thermometer.width: 8
|
||||
|
||||
! urxvt -------------------------------------------
|
||||
|
||||
URxvt*font: xft:Hermit:medium:size=10:antialiasing=true
|
||||
URxvt*boldFont: xft:Hermit:bold:size=10:antialiasing=true:style=medium
|
||||
URxvt.letterSpace: 0
|
||||
! Add fallback fonts as laid out in `man 1 urxvt` under "font:" in the RESOURCES section
|
||||
|
||||
! Window size and position
|
||||
!URxvt*geometry: 60x22+50+100
|
||||
! Window size, let the Window Manager position it
|
||||
URxvt.geometry: 80x28
|
||||
|
||||
URxvt.scrollstyle: plain
|
||||
URxvt.scrollBar: true
|
||||
URxvt.scrollBar_right: true
|
||||
URxvt.iconFile: /usr/share/icons/Faenza-Bunsen-common/apps/48/utilities-terminal.png
|
||||
|
||||
! Grey theming
|
||||
!URxvt*background: #cecece
|
||||
!URxvt*foreground: #101010
|
||||
! Terminator Crunchbang colours
|
||||
URxvt.background: [85]#2e3436
|
||||
URxvt.foreground: #d8d8d8
|
||||
|
||||
! scrollback buffer lines - 65535 is max (64 is default)
|
||||
URxvt.saveLines:16384
|
||||
|
||||
! True Transparency, opacity percentage set in square brackets before URxvt.background colour
|
||||
URxvt.depth: 32
|
||||
|
||||
! Clickble URLs
|
||||
URxvt.perl-ext-common: default,matcher
|
||||
URxvt.url-launcher: /usr/bin/google-chrome-unstable
|
||||
URxvt.matcher.button: 3
|
||||
|
||||
! special
|
||||
*.foreground: #5c6370
|
||||
*.background: #1e2127
|
||||
*.cursorColor: #5c6370
|
||||
|
||||
! black
|
||||
*.color0: #1e2127
|
||||
*.color8: #5c6370
|
||||
|
||||
! red
|
||||
*.color1: #e06c75
|
||||
*.color9: #e06c75
|
||||
|
||||
! green
|
||||
*.color2: #98c379
|
||||
*.color10: #98c379
|
||||
|
||||
! yellow
|
||||
*.color3: #d19a66
|
||||
*.color11: #d19a66
|
||||
|
||||
! blue
|
||||
*.color4: #61afef
|
||||
*.color12: #61afef
|
||||
|
||||
! magenta
|
||||
*.color5: #c678dd
|
||||
*.color13: #c678dd
|
||||
|
||||
! cyan
|
||||
*.color6: #56b6c2
|
||||
*.color14: #56b6c2
|
||||
|
||||
! white
|
||||
*.color7: #abb2bf
|
||||
*.color15: #ffffff
|
57
x/Xresources-UHD
Normal file
57
x/Xresources-UHD
Normal file
|
@ -0,0 +1,57 @@
|
|||
! terminal colors -------------------------------------------------------------
|
||||
*background: #282828
|
||||
*foreground: #ebdbb2
|
||||
*color0: #282828
|
||||
*color8: #928374
|
||||
*color1: #cc241d
|
||||
*color9: #fb4934
|
||||
*color2: #98971a
|
||||
*color10: #b8bb26
|
||||
*color3: #d79921
|
||||
*color11: #fabd2f
|
||||
*color4: #458588
|
||||
*color12: #83a598
|
||||
*color5: #b16286
|
||||
*color13: #d3869b
|
||||
*color6: #689d6a
|
||||
*color14: #8ec07c
|
||||
*color7: #a89984
|
||||
*color15: #ebdbb2
|
||||
|
||||
! Xcursor ---------------------------------------------------------------------
|
||||
Xcursor.theme: Vanilla-DMZ-AA
|
||||
Xcursor.size: 24
|
||||
|
||||
! Xft setttings ---------------------------------------------------------------
|
||||
Xft.dpi: 192
|
||||
Xft.antialias: true
|
||||
Xft.rgba: rgb
|
||||
Xft.hinting: true
|
||||
Xft.hintstyle: hintslight
|
||||
|
||||
! xterm ----------------------------------------------------------------------
|
||||
xterm*termName: xterm-256color
|
||||
xterm*locale: true
|
||||
xterm*metaSendsEscape: true
|
||||
xterm*faceName: Hermit:style=Medium:size=11
|
||||
xterm*dymanicColors: true
|
||||
xtem*utf8: 2
|
||||
xterm*eightBitInput: true
|
||||
xterm*saveLines: 4096
|
||||
xterm*scrollKey: true
|
||||
xterm*scrollTtyOutput: false
|
||||
xterm*scrollBar: true
|
||||
xterm*rightScrollBar: true
|
||||
xterm*jumpScroll: true
|
||||
xterm*multiScroll: true
|
||||
xterm*fastScroll: true
|
||||
xterm*toolBar: false
|
||||
xterm*VT100.translations: #override <Btn1Up>: select-end(PRIMARY, CLIPBOARD, CUT_BUFFER0)
|
||||
|
||||
! xpdf ------------------------------------------------------------------------
|
||||
xpdf*enableFreetype: yes
|
||||
xpdf*antialias: yes
|
||||
xpdf*foreground: black:
|
||||
xpdf*background: white
|
||||
xpdf*urlCommand: /usr/bin/iceweasel %s
|
||||
|
1
x/Xresources-hidpi
Normal file
1
x/Xresources-hidpi
Normal file
|
@ -0,0 +1 @@
|
|||
Xft.dpi: 192
|
83
x/xinitrc
Normal file
83
x/xinitrc
Normal file
|
@ -0,0 +1,83 @@
|
|||
#!/bin/sh
|
||||
$TERMINAL=xfce4-terminal
|
||||
userresources=$HOME/.Xresources
|
||||
usermodmap=$HOME/.Xmodmap
|
||||
sysresources=/etc/X11/xinit/.Xresources
|
||||
sysmodmap=/etc/X11/xinit/.Xmodmap
|
||||
|
||||
|
||||
|
||||
# merge in defaults and keymaps
|
||||
|
||||
if [ -f $sysresources ]; then
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
xrdb -merge $sysresources
|
||||
|
||||
fi
|
||||
|
||||
if [ -f $sysmodmap ]; then
|
||||
xmodmap $sysmodmap
|
||||
fi
|
||||
|
||||
if [ -f "$userresources" ]; then
|
||||
xrdb -merge "$userresources"
|
||||
fi
|
||||
|
||||
if [ -f "$usermodmap" ]; then
|
||||
xmodmap "$usermodmap"
|
||||
fi
|
||||
|
||||
# start some nice programs
|
||||
|
||||
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
||||
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
|
||||
[ -x "$f" ] && . "$f"
|
||||
done
|
||||
unset f
|
||||
fi
|
||||
|
||||
#twm &
|
||||
#xclock -geometry 50x50-1+1 &
|
||||
#xterm -geometry 80x50+494+51 &
|
||||
#xterm -geometry 80x20+494-0 &
|
||||
#exec xterm -geometry 80x66+0+0 -name login
|
||||
|
||||
# Here Xfce is kept as default
|
||||
session=${1:-stumpwm}
|
||||
|
||||
case $session in
|
||||
awesome ) exec awesome;;
|
||||
bspwm ) exec bspwm;;
|
||||
catwm ) exec catwm;;
|
||||
cinnamon ) exec cinnamon-session;;
|
||||
dwm ) exec dwm;;
|
||||
enlightenment ) exec enlightenment_start;;
|
||||
ede ) exec startede;;
|
||||
fluxbox ) exec startfluxbox;;
|
||||
gnome ) exec gnome-session;;
|
||||
gnome-classic ) exec gnome-session --session=gnome-classic;;
|
||||
i3|i3wm ) exec i3;;
|
||||
icewm ) exec icewm-session;;
|
||||
jwm ) exec jwm;;
|
||||
kde ) exec startkde;;
|
||||
mate ) exec mate-session;;
|
||||
monster|monsterwm ) exec monsterwm;;
|
||||
notion ) exec notion;;
|
||||
openbox ) exec openbox-session;;
|
||||
unity ) exec unity;;
|
||||
xfce|xfce4 ) exec startxfce4;;
|
||||
xmonad ) exec xmonad;;
|
||||
ratpoison ) exec ratpoison;;
|
||||
stumpwm ) exec stumpwm;;
|
||||
lxqt ) exec startlxqt;;
|
||||
# No known session, try to run it as command
|
||||
*) exec "$1";;
|
||||
esac
|
||||
|
||||
export PATH="${PATH}:/usr/local/texlive/2015/bin/x86_64-linux"
|
Loading…
Add table
Add a link
Reference in a new issue