diff --git a/.bashrc b/.bashrc index 3367eb9..eda921e 100644 --- a/.bashrc +++ b/.bashrc @@ -152,9 +152,11 @@ ex () # better yaourt colors export YAOURT_COLORS="nb=1:pkg=1:ver=1;32:lver=1;45:installed=1;42:grp=1;34:od=1;41;5:votes=1;44:dsc=0:other=1;35" -neofetch alias lynx='lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss -vikeys' alias config='/usr/bin/git --git-dir=/home/dt/dotfiles --work-tree=/home/dt' alias tb="nc termbin.com 9999" set -o vi + +export MANPAGER="/bin/sh -c \"col -b | vim --not-a-term -c 'set ft=man ts=8 nomod nolist noma' -\"" +./pfetch/pfetch diff --git a/.local/share/castero/castero.db b/.local/share/castero/castero.db index e46a96e..e2afda6 100644 Binary files a/.local/share/castero/castero.db and b/.local/share/castero/castero.db differ diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 136a28b..80fa00f 100755 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -77,9 +77,11 @@ myBorderWidth = 2 -- Sets border width for windows windowCount = gets $ Just . show . length . W.integrate' . W.stack . W.workspace . W.current . windowset main = do - xmproc0 <- spawnPipe "xmobar -x 0 /home/dt/.config/xmobar/xmobarrc2" -- xmobar mon 2 - xmproc1 <- spawnPipe "xmobar -x 1 /home/dt/.config/xmobar/xmobarrc1" -- xmobar mon 1 - xmproc2 <- spawnPipe "xmobar -x 2 /home/dt/.config/xmobar/xmobarrc0" -- xmobar mon 0 + -- Launching three instances of xmobar on their monitors. + xmproc0 <- spawnPipe "xmobar -x 0 /home/dt/.config/xmobar/xmobarrc2" + xmproc1 <- spawnPipe "xmobar -x 1 /home/dt/.config/xmobar/xmobarrc1" + xmproc2 <- spawnPipe "xmobar -x 2 /home/dt/.config/xmobar/xmobarrc0" + -- the xmonad, ya know...what the WM is named after! xmonad $ ewmh desktopConfig { manageHook = ( isFullscreen --> doFullFloat ) <+> myManageHook <+> manageHook desktopConfig <+> manageDocks , logHook = dynamicLogWithPP xmobarPP diff --git a/.zshrc b/.zshrc index cf6db04..9464264 100644 --- a/.zshrc +++ b/.zshrc @@ -152,3 +152,5 @@ bindkey '^R' history-incremental-search-backward export MANPAGER="/bin/sh -c \"col -b | vim --not-a-term -c 'set ft=man ts=8 nomod nolist noma' -\"" ./pfetch/pfetch + +source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh