general ruslan-specific udpates (i3, xdefaults, zshrc)
authorAndrew Lorimer <andrew@lorimer.id.au>
Wed, 23 Jan 2019 04:13:52 +0000 (15:13 +1100)
committerAndrew Lorimer <andrew@lorimer.id.au>
Wed, 23 Jan 2019 04:13:52 +0000 (15:13 +1100)
i3/.i3/config
x/.Xdefaults
zsh/.zshrc
index 0305a4d94f1263569826e7fce04b7d91aa026ece..2d31351fc9517965c42ae5a9dac8db20b29d3692 100644 (file)
@@ -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
index df3d2b73646bf15866195145fba005f9a0f52fde..e4c26d17ad255204ec69be3460316a0ec14fe7cb 100644 (file)
@@ -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
index a1e7a759307478fc58d86950d0b206bd28789bf8..d36841eeb50b8da5c9992c8d7761155e17ef5884 100755 (executable)
@@ -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"
-