aboutsummaryrefslogtreecommitdiff
path: root/external/xconfig
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2020-12-24 19:21:39 +0530
committerAkshay Nair <phenax5@gmail.com>2020-12-24 19:21:39 +0530
commit96a1dfbd6af9298a6f542170e8f00e5fc461e733 (patch)
treecbec74beeb4656ff43f59e2e52f2cf490ccf4821 /external/xconfig
parenta12863b51ed016a0f7e691b1ef05dd14b1512ed5 (diff)
downloadnixos-config-96a1dfbd6af9298a6f542170e8f00e5fc461e733.tar.gz
nixos-config-96a1dfbd6af9298a6f542170e8f00e5fc461e733.zip
Migrates xresources to home manager + removes 'external'
Diffstat (limited to 'external/xconfig')
-rw-r--r--external/xconfig/Xmodmap8
-rw-r--r--external/xconfig/Xresources57
-rwxr-xr-xexternal/xconfig/init.sh26
3 files changed, 0 insertions, 91 deletions
diff --git a/external/xconfig/Xmodmap b/external/xconfig/Xmodmap
deleted file mode 100644
index 8516782..0000000
--- a/external/xconfig/Xmodmap
+++ /dev/null
@@ -1,8 +0,0 @@
-clear Lock
-
-keycode 66 = Escape NoSymbol Escape
-! keycode 66 = Hyper_L
-
-remove mod4 = Hyper_L
-add mod3 = Hyper_L
-
diff --git a/external/xconfig/Xresources b/external/xconfig/Xresources
deleted file mode 100644
index ab3701b..0000000
--- a/external/xconfig/Xresources
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-#define bg #0f0c19
-#define fg #d8dee9
-#define acc #4e3aA3
-! #383F6B
-! #5587BA
-
-! Special
-*.foreground: fg
-*.background: bg
-*.cursorColor: fg
-*.accent: acc
-
-! Colors
-*.color0: #15121f
-*.color8: #555555
-
-*.color1: #e06c75
-*.color9: #bf616a
-
-*.color2: #98C379
-*.color10: #a3be8c
-
-*.color3: #E5C07B
-*.color11: #f7b731
-
-*.color4: #60a3bc
-*.color12: #5e81ac
-
-*.color5: #4e3aA3
-*.color13: #4e3aA3
-
-*.color6: #56B6C2
-*.color14: #0fb9b1
-
-*.color7: #ABB2BF
-*.color15: #ebdbb2
-
-dmenu.background: bg
-dmenu.foreground: fg
-dmenu.selbackground: acc
-dmenu.selforeground: fg
-
-dmenu.highlightbg: bg
-dmenu.highlightfg: acc
-dmenu.highlightselbg: acc
-dmenu.highlightselfg: bg
-
-dwm.normbordercolor: bg
-dwm.normbgcolor: bg
-dwm.normfgcolor: fg
-
-dwm.selbordercolor: acc
-dwm.selbgcolor: acc
-dwm.selfgcolor: fg
-
diff --git a/external/xconfig/init.sh b/external/xconfig/init.sh
deleted file mode 100755
index d51f6df..0000000
--- a/external/xconfig/init.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/usr/bin/env sh
-
-NIX_X="$HOME/nixos/external/xconfig";
-
-# Xresources (theme)
-xrdb -merge $NIX_X/Xresources;
-
-# Xmodmap (keymapping)
-xmodmap $NIX_X/Xmodmap;
-
-# No screen saver
-xset s off;
-xset -dpms;
-xset s noblank;
-
-# Typing rate
-xset r rate 350 30;
-
-# Display settings
-# ~/scripts/commands/:day
-
-# Sound
-#~/scripts/sound.sh mic-vol full;
-#~/scripts/sound.sh mute-mic;
-#~/scripts/sound.sh mute;
-