]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - X/.xinitrc
Remove old commented code for gpg
[max/dotfiles.git] / X / .xinitrc
index 144eb2351cf9cb15685e250d59b36bdb78000c86..6a90d374788475d3b4cde9da783bda41ddb2cdcb 100644 (file)
@@ -21,13 +21,13 @@ fi
 
 # Set keyboard layout
 case $HOSTNAME in
-    palladium|platinum|iridium)
+    platinum)
        setxkbmap -variant colemak gb
        xmodmap -e "keycode 66 = Control_L Control_L Control_L Control_L"
        xmodmap -e "keycode 135 = Control_R Control_R Control_R Control_R"
        xmodmap -e "add Control = Control_L Control_R"
        ;;
-    beryllium|magnesium)
+    magnesium)
        setxkbmap -variant colemak us
        xmodmap -e "keycode 66 = Control_L Control_L Control_L Control_L"
        xmodmap -e "keycode 135 = Control_R Control_R Control_R Control_R"
@@ -39,9 +39,6 @@ esac
 
 # Set screen layout
 case $HOSTNAME in
-  beryllium)
-    xrandr --output HDMI-1 --left-of DVI-I-1 
-    ;;
   magnesium)
     xrandr --output VGA1 --right-of HDMI2
     ;;
@@ -58,20 +55,9 @@ feh --bg-scale ~/Pictures/background.jpg&
 
 xset -b
 
-#if ! pgrep -x -u "${USER}" gpg-agent>/dev/null 2>&1; then
-#    eval $(gpg-agent --daemon \
-  #                 --use-standard-socket \
-  #                 --write-env-file "${HOME}/.gpg-agent-info")
-#fi
-#
-#gpg-connect-agent updatestartuptty /bye >/dev/null
-
 # Battery monitoring
 case $HOSTNAME in
-       palladium)
-               xbattmon&
-               ;;
-       iridium|platinum)
+       platinum)
                ~/.local/bin/bat_mgt.sh&
                ;;
        *)
@@ -92,7 +78,7 @@ if [ -f ~/.config/i3/config.base ]; then
 fi
 
 case $HOSTNAME in
-        magnesium|platinum)
+        magnesium|platinum|plutonium)
           exec i3
           ;;
         *)