From 7f64ac9e2a938aaa3b2977513dacbd8e8cc4e98a Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Wed, 23 Jan 2019 15:13:52 +1100 Subject: [PATCH] general ruslan-specific udpates (i3, xdefaults, zshrc) --- i3/.i3/config | 2 +- x/.Xdefaults | 5 ++++- zsh/.zshrc | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/i3/.i3/config b/i3/.i3/config index 0305a4d..2d31351 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -214,7 +214,7 @@ gaps outer 0 ##exec_always /home/andrew/.screenlayout/layout-orig.sh && sleep 3 && /home/andrew/.screenlayout/layout-test.sh #exec_always /home/andrew/.screenlayout/layout-test.sh exec_always xrandr --output HDMI-0 --pos 0x0 --output DVI-D-0 --pos 240x1080 -exec_always feh --bg-scale /home/andrew/.wallpaper.png +exec_always feh --bg-fill /home/andrew/.wallpaper.png exec_always compton -f -b --config /home/andrew/.compton.conf exec --no-startup-id redshift& exec --no-startup-id chromium diff --git a/x/.Xdefaults b/x/.Xdefaults index df3d2b7..e4c26d1 100644 --- a/x/.Xdefaults +++ b/x/.Xdefaults @@ -1,7 +1,10 @@ #define background argb:cc082833 +URxvt.perl-ext-common: default,matcher +URxvt.url-launcher: /usr/bin/xdg-open +URxvt.matcher.button: 1 + URxvt.saveLines: 100000 -URxvt.urlLauncher: /usr/bin/chromium URxvt.depth: 32 URxvt.background: [75]#082833 diff --git a/zsh/.zshrc b/zsh/.zshrc index a1e7a75..d36841e 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,6 +1,7 @@ # Path to oh-my-zsh installation export ZSH=/home/andrew/.oh-my-zsh export PATH=~/scripts:$PATH +export PATH=/home/andrew/.local/bin:$PATH # --- # Keybinds @@ -49,4 +50,3 @@ source $ZSH/oh-my-zsh.sh # fix spotify ui scaling bug alias spotify="spotify --force-device-scale-factor=0.95 %U" alias cat="bat" - -- 2.49.0