aboutsummaryrefslogtreecommitdiff
path: root/external/xconfig/init.sh
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/init.sh
parenta12863b51ed016a0f7e691b1ef05dd14b1512ed5 (diff)
downloadnixos-config-96a1dfbd6af9298a6f542170e8f00e5fc461e733.tar.gz
nixos-config-96a1dfbd6af9298a6f542170e8f00e5fc461e733.zip
Migrates xresources to home manager + removes 'external'
Diffstat (limited to 'external/xconfig/init.sh')
-rwxr-xr-xexternal/xconfig/init.sh26
1 files changed, 0 insertions, 26 deletions
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;
-