From 395fad563ea4a3f64c73b13b8b9f5c4fc0eb2f20 Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Mon, 3 Dec 2018 06:00:30 -0500 Subject: [PATCH] Update from laptop --- aliases/zsh_aliases | 1 + configs/i3/config | 3 +-- configs/ranger/rc.conf | 2 +- dotfiles/zshrc | 3 +-- key_dirs.txt | 1 + 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aliases/zsh_aliases b/aliases/zsh_aliases index ad30d87..b02896a 100644 --- a/aliases/zsh_aliases +++ b/aliases/zsh_aliases @@ -68,6 +68,7 @@ alias "f."="f .." alias "f.."="f ..." function mvd() { mv $1 ~/Downloads ; } +alias lhd="sudo fdisk -l" # }}} directory-related # diff --git a/configs/i3/config b/configs/i3/config index 8784c4d..bbaa1da 100644 --- a/configs/i3/config +++ b/configs/i3/config @@ -5,11 +5,10 @@ set $def_term "urxvt" set $swex "sudo ~/Downloads/swex.appimage" exec redshift -O 2000 # random bg -# exec wal -i "$HOME/Pictures/Backgrounds/dim" +exec wal -i "$HOME/Pictures/Backgrounds/dim" exec imwheel exec xmodmap ~/.Xmodmap exec xrdb ~/.Xresources -exec wal -i "$HOME/Pictures/van.png" exec --no-startup-id start-pulseaudio-x11 exec --no-startup-id i3-msg 'workspace $ws2; exec $def_term' exec --no-startup-id i3-msg 'workspace $ws3; exec $browser' diff --git a/configs/ranger/rc.conf b/configs/ranger/rc.conf index 6ac4d53..4422cc1 100644 --- a/configs/ranger/rc.conf +++ b/configs/ranger/rc.conf @@ -668,7 +668,7 @@ map R chain shell nvim -p ~/.config/ranger/rc.conf %rangerdir/config/rc.conf; so map rr source ~/.config/ranger/rc.conf # backgrounds -map w shell ~/.local/bin/wal -i %f +map w shell /usr/bin/wal -i %f map md shell mv %f dim map mb shell mv %f vibrant diff --git a/dotfiles/zshrc b/dotfiles/zshrc index cdfe42c..57d35ca 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -10,8 +10,7 @@ # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes -# ZSH_THEME="muse" -ZSH_THEME="miloshadzic" +ZSH_THEME="bira" # Set list of themes to load # Setting this variable when ZSH_THEME=random diff --git a/key_dirs.txt b/key_dirs.txt index 75737c3..b9416ac 100644 --- a/key_dirs.txt +++ b/key_dirs.txt @@ -5,6 +5,7 @@ d ~/Downloads D ~/Documents ho ~/ lc ~/linux-config/ +m /run/media ro / # }}} sys *