Update from laptop

This commit is contained in:
2018-12-03 06:00:30 -05:00
parent e3688f7e2a
commit 395fad563e
5 changed files with 5 additions and 5 deletions

View File

@@ -68,6 +68,7 @@ alias "f."="f .."
alias "f.."="f ..."
function mvd() { mv $1 ~/Downloads ; }
alias lhd="sudo fdisk -l"
# }}} directory-related #

View File

@@ -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'

View File

@@ -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

View File

@@ -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

View File

@@ -5,6 +5,7 @@ d ~/Downloads
D ~/Documents
ho ~/
lc ~/linux-config/
m /run/media
ro /
# }}} sys *