Compare commits

..

No commits in common. "4d55e6f9a279291d76301ab4983289ff65ef7340" and "550e1ad9b21a813d222607b378c2a145e3f9dd2b" have entirely different histories.

3 changed files with 4 additions and 14 deletions

View File

@ -74,14 +74,6 @@ fi
# handle key management through `keychain` because its great
eval $(keychain --eval --quiet ~/.ssh/{awful-git,github,digitalocean,home-net})
# host specific configurations:
if [ "$HOSTNAME" = "nixon" ]; then
printf 'on nixon, applying nixOS config'
setxkbmap -option "ctrl:nocaps"
else
printf 'regular config'
fi
# this looks like garbage but its just color initation and termination
export PS1="\t \[\e[34m\]ǰ \[\e[91m\]☭\[\e[0m\] "

View File

@ -172,7 +172,7 @@ awful.screen.connect_for_each_screen(function(s)
set_wallpaper(s)
-- Each screen has its own tag table.
awful.tag({ "www", "term", "emacs", "media", "comms", "conf" }, s, awful.layout.layouts[1])
awful.tag({ "1", "2", "3", "4", "5", "6", "7", "8", "9" }, s, awful.layout.layouts[1])
-- Create a promptbox for each screen
s.mypromptbox = awful.widget.prompt()
@ -594,8 +594,7 @@ autorunApps =
"xrandr --output HDMI-0 --mode 2560x1440 --pos 0x0 --rotate normal --primary --output DP-2 --mode 1920x1080 --right-of HDMI-0 --rotate left --output DP-4 --mode 1920x1080 --left-of HDMI-0 --rotate right --output DP-0 --off",
"xset s off",
"xset -dpms",
"xset s noblank",
"nm-applet"
"xset s noblank"
}
if autorun then
for app = 1, #autorunApps do

View File

@ -31,9 +31,8 @@
browse-url-generic-program "open"
browse-url-generic-args '("-a" "Firefox")))
(use-package exec-path-from-shell
:ensure t
:config
(if (eq system-type 'windows-nt)
(message "i am windows and suck") ; deal with mac command key problems
(exec-path-from-shell-copy-env "PATH"))
;; (if (string-equal "darwin" (symbol-name system-type))