Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/bacon/SVN/desktop-installer/trunk@257 f1aa7019-f849-e211-8a70-0017315c2eee
  • Loading branch information
Jason Bacon committed May 15, 2020
2 parents 0fe14b9 + ff31adf commit afe26f8
Show file tree
Hide file tree
Showing 55 changed files with 1,575 additions and 2,338 deletions.
4 changes: 4 additions & 0 deletions Data/20-swcursor.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Section "Device"
Identifier "Device0"
Option "SWCursor" "on"
EndSection
28 changes: 28 additions & 0 deletions Data/CDE/xinitrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#!/bin/sh
# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/local/lib/X11/xinit/.Xresources
sysmodmap=/usr/local/lib/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

ln -sf /usr/local/dt/bin/Xsession $HOME/.Xsession
env LANG=C /usr/local/dt/bin/dtsession
27 changes: 27 additions & 0 deletions Data/CINNAMON/xinitrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/bin/sh
# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/local/lib/X11/xinit/.Xresources
sysmodmap=/usr/local/lib/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

cinnamon-session
1 change: 0 additions & 1 deletion Data/Gnome/xinitrc → Data/GNOME2/xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ if [ -f "$usermodmap" ]; then
fi

gnome-session

54 changes: 0 additions & 54 deletions Data/Gnome/Xsession

This file was deleted.

53 changes: 0 additions & 53 deletions Data/KDE3/Xsession

This file was deleted.

53 changes: 0 additions & 53 deletions Data/KDE4/Xsession

This file was deleted.

27 changes: 27 additions & 0 deletions Data/KDE5/xinitrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/bin/sh
# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/local/lib/X11/xinit/.Xresources
sysmodmap=/usr/local/lib/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

startplasma-x11
15 changes: 15 additions & 0 deletions Data/LUMINA/gtkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
gtk-theme-name="QtCurve"
gtk-icon-theme-name="oxygen"
gtk-font-name="Sans Serif 10.000000"
gtk-cursor-theme-name="Adwaita"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintfull"
gtk-xft-rgba="none"
27 changes: 27 additions & 0 deletions Data/LUMINA/xinitrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/bin/sh
# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/local/lib/X11/xinit/.Xresources
sysmodmap=/usr/local/lib/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

/usr/local/bin/start-lumina-desktop
53 changes: 0 additions & 53 deletions Data/LXDE/Xsession

This file was deleted.

8 changes: 0 additions & 8 deletions Data/LXDE/Xsetup_0

This file was deleted.

17 changes: 0 additions & 17 deletions Data/LXDE/xdmshutdown

This file was deleted.

2 changes: 1 addition & 1 deletion Data/KDE3/xinitrc → Data/LXQT/xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi

startkde
startlxqt
3 changes: 1 addition & 2 deletions Data/KDE4/xinitrc → Data/MATE/xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi

startkde4

mate-session
Loading

0 comments on commit afe26f8

Please sign in to comment.