summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.fvwm2rc25
-rw-r--r--.profile5
-rwxr-xr-xswift/boot/efi/EFI/Slackware/elilo.conf9
3 files changed, 26 insertions, 13 deletions
diff --git a/.fvwm2rc b/.fvwm2rc
index a00d6e4..52a6c9b 100644
--- a/.fvwm2rc
+++ b/.fvwm2rc
@@ -1,7 +1,8 @@
-HilightColor black IndianRed
-MenuStyle * fvwm, Foreground black, Background grey76, Greyed grey30, Font fixed, AnimationOff
+HilightColor black IndianRed
+MenuStyle * fvwm, Foreground black, Background grey76, Greyed grey30, Font fixed AnimationOff
IgnoreModifiers 2
+Style * Font -misc-fixed-bold-r-normal-*-*-*-*-*-*-*-*-*
Style * MouseFocusClickRaises
Style * ForeColor black
Style * BackColor SteelBlue
@@ -15,22 +16,22 @@ EdgeResistance -1
Style * EdgeMoveResistance 100000
Style * EdgeMoveDelay -1
-DeskTopSize 2x2
+DeskTopSize 2x2fixed
ImagePath /usr/X11R6/include/X11/pixmaps/
ImagePath /usr/share/pixmaps/
-Style "*" BorderWidth 4, HandleWidth 4
-Style "Fvwm*" NoTitle, Sticky, WindowListSkip
-Style "*Pager" NoHandles, BorderWidth 0, WindowListSkip, CirculateSkip
-Style "FvwmBanner" StaysOnTop
-Style "FvwmButtons" NoTitle, NoHandles, Sticky, WindowListSkip,BorderWidth 4
-Style "*lock" NoTitle, NoHandles, WindowListSkip
-#Style "*unknown*" NoTitle, BorderWidth 0, NoHandles, WindowListSkip
+Style * BorderWidth 4, HandleWidth 4
+Style Fvwm* NoTitle, Sticky, WindowListSkip
+Style *Pager NoHandles, BorderWidth 0, WindowListSkip, CirculateSkip
+Style FvwmBanner StaysOnTop
+Style FvwmButtons NoTitle, NoHandles, Sticky, WindowListSkip,BorderWidth 4
+Style *lock NoTitle, NoHandles, WindowListSkip
+#Style *unknown* NoTitle, BorderWidth 0, NoHandles, WindowListSkip
#Style "rxvt" Icon Monitor.xpm
-Style "xterm" Icon Monitor.xpm
-Style "uxterm" Icon Monitor.xpm
+Style xterm Icon Monitor.xpm
+Style uxterm Icon Monitor.xpm
#========================================================================#
# Stuff to do at start-up
diff --git a/.profile b/.profile
index ff554d1..809ee2a 100644
--- a/.profile
+++ b/.profile
@@ -2,7 +2,10 @@
PATH=~/bin:~/mu/bin:/usr/local/sbin:/usr/sbin:/sbin:~/.cargo/bin:$PATH:~/go/bin
-export LD_LIBRARY_PATH=~/mu/lib64:~/mu/lib
+# Setting LD_LIBRARY_PATH should be not necessary if rpath is well set.
+# export LD_LIBRARY_PATH=~/mu/lib64:~/mu/lib
+
+export MUSRC=$HOME/build
[ "${SHELL##*/}" = bash ] && . ~/.bashrc
diff --git a/swift/boot/efi/EFI/Slackware/elilo.conf b/swift/boot/efi/EFI/Slackware/elilo.conf
new file mode 100755
index 0000000..f8338cd
--- /dev/null
+++ b/swift/boot/efi/EFI/Slackware/elilo.conf
@@ -0,0 +1,9 @@
+chooser=simple
+delay=1
+timeout=1
+#
+image=vmlinuz
+ label=vmlinuz
+ initrd=initrd.gz
+ read-only
+ append="root=/dev/nvme1n1p5 vga=normal acpi_osi=Linux acpi_backlight=video"