Update dotfiles

This commit is contained in:
Pavle Portic 2019-07-19 13:35:27 +02:00
parent 8a50621932
commit 7784770d90
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
5 changed files with 9 additions and 4 deletions

View File

@ -27,8 +27,8 @@ set $color17 #fe8019
set $mod Mod4
set $left h
set $up n
set $down e
set $down n
set $up e
set $right i
# Font for window titles. Will also be used by the bar unless a different font

View File

@ -84,6 +84,7 @@ WINDOW_ICONS = {
'riot': fa.icons['comments'],
'seahorse': fa.icons['lock'],
'spotify': fa.icons['spotify'],
'sqlectron': fa.icons['database'],
'sqlitebrowser': fa.icons['database'],
'steam': fa.icons['steam'],
'subl': fa.icons['file-alt'],

View File

@ -4,7 +4,7 @@
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
#
XDG_DESKTOP_DIR="$HOME/"
XDG_DOCUMENTS_DIR="$HOME/documents/"
XDG_DOWNLOAD_DIR="$HOME/downloads/"
@ -13,3 +13,4 @@ XDG_PICTURES_DIR="$HOME/pictures/"
XDG_VIDEOS_DIR="$HOME/videos/"
XDG_TEMPLATES_DIR="$HOME/"
XDG_PUBLICSHARE_DIR="$HOME/"

View File

@ -17,10 +17,12 @@ xset fp rehash
xset dpms 3600 3600 3600
xset s 3600 3600
xhost +localhost
xhost +natrium
xhost +calcium
xhost +neon
xcape -e 'Control_L=Escape'
xbindkeys
feh --bg-fill /home/pavle/pictures/wallpapers/arboreal_serenity.jpg
dunst &
exec i3

View File

@ -78,6 +78,7 @@ alias cfn='cfn-lint'
alias diff='diff -y --suppress-common-lines'
alias -g HASH='| sha256sum | base64 H -n1 | clip'
alias cz=chezmoi
alias dockre=docker
# Systemctl aliases
alias sctl='sudo systemctl'