commit bf3e6f95a961f688f6f5633dce84687bfbdff6fa
parent c2919aec6792c90ca1b4dd7abe7934deff9e79ac
Author: M. Yamanaka <myamanaka@live.com>
Date: Wed, 27 Jan 2021 18:21:26 -0500
Merge branch 'master' of debster:/var/www/git/configfiles
Diffstat:
4 files changed, 46 insertions(+), 6 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) <2020> <M. Yamanaka>
+Copyright (c) <2020> M. Yamanaka <myamanaka@live.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README b/README
@@ -1,9 +1,13 @@
Personal Configuration Files
-"Configs"
+"configfiles"
M. Yamanaka
email: myamanaka@live.com
website: csmyamanaka.com
+license: MIT License (See "LICENSE")
-License: MIT License (See "LICENSE")
-
-
+Items:
+======
+- XMonad config
+- vim resource file
+- xinit resource file
+- Qutebrowser config file
diff --git a/config.py b/config.py
@@ -13,7 +13,8 @@ config.set("url.start_pages", ["https://duckduckgo.com"])
config.set("url.default_page", "https://duckduckgo.com")
#enable "cool" mode
-config.set("colors.webpage.darkmode.enabled", True)
+#may not work depending on the version
+#config.set("colors.webpage.darkmode.enabled", True)
#search engine shortcuts
se = {"DEFAULT": "https://duckduckgo.com/?q={}",
diff --git a/xinitrc b/xinitrc
@@ -0,0 +1,35 @@
+## Xinit configurations
+## "xinitrc"
+## M. Yamanaka
+## email: myamanaka@live.com
+## website: csmyamanaka.com
+## license: MIT (See included "LICENSE" file for details)
+
+##
+## Environment variables that I find useful
+##
+export IMGDIR=$HOME/.local/media/images
+export MUSICDIR=$HOME/.local/media/music
+export TEMPDIR=$HOME/.local/tmp
+export DLDIR=$HOME/Downloads
+
+##
+## Some X11 configurations
+##
+xrdb $HOME/.config/Xresources
+
+#for left-handed trackpad/mouse usage
+xmodmap -e "pointer = 3 2 1"
+
+#make caps-lock key more useful
+setxkbmap -option "caps:escape"
+
+##
+## Appearance/Rice
+##
+hsetroot -fill $HOME/.local/media/images/pic.jpg
+xcompmgr &
+
+tint2 &
+
+exec openbox