commit 0bed8fbbdf94dfe3853ea006958f76a1c4c93fc0
parent d46c0134e9ec09b93810db0faa28422208d23148
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date: Sat, 22 Aug 2020 12:43:54 +1000
Small bash profile changes, hotkeys and i3 bindings.
Diffstat:
4 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/.bash_profile b/.bash_profile
@@ -27,6 +27,9 @@ export PATH=/opt/cuda/bin:$PATH
# Ruby excecutables
export PATH="$PATH:/home/nick/.gem/ruby/2.6.0/bin"
+# Rust Path
+PATH=~/.cargo/bin:$PATH
+
# Website Dir
SITE=~/repos/nicholasfarrow.github.io
@@ -49,3 +52,5 @@ HISTFILESIZE=
# STARSHELL WELCOME MSG
source $CFG/starshell.sh
+
+export PATH="$HOME/.cargo/bin:$PATH"
diff --git a/.bashrc b/.bashrc
@@ -145,6 +145,9 @@ xrdb ~/.Xresources
#(cat ~/.cache/wal/sequences &)
(cat ~/.cache/wal/sequences &)
+# Set capslock to escape for vim
+setxkbmap -option caps:escape
+
export SPLASH_DIR=$HOME/splash
export NDSPMHD_DIR=~/Downloads/ndspmhd
export PATH=$PATH:$SPLASH_DIR/bin
diff --git a/.config/i3/config b/.config/i3/config
@@ -37,6 +37,9 @@ exec --no-startup-id setxkbmap -layout us
#exec_always --no-startup-id compton --blur-background --blur-method kawase --blur-strength 8 --opacity-rule 30:'class_g="st"' --backend glx
exec_always --no-startup-id compton --backend glx
+# Launch redshift (like flux)
+exec_always --no-startup-id redshift -l -37.814:144.96332
+
# Flameshot screenshotting tool startup
exec_always --no-startup-id flameshot
@@ -65,7 +68,7 @@ exec --no-startup-id pkill polybar; polybar -r example
bindsym $mod+F1 exec brave --disable-seccomp-filter-sandbox #google-chrome-stable
bindsym $mod+F2 exec nautilus
bindsym $mod+F3 exec firefox
-bindsym $mod+F4 exec ~/install/RuneLite.AppImage
+bindsym $mod+F4 exec discord
bindsym $mod+F5 exec s-tui
bindsym $mod+F6 exec google-chrome-stable
diff --git a/bin/dualOBS b/bin/dualOBS
@@ -1,11 +1,11 @@
#!/bin/bash
# Nick Farrow 2019
-VERTICAL=false
+VERTICAL=true
# Whenever out mouse is past XSPLIT in the X-direction,
# A hotkey is sent to OBS to change scenes
-XSPLIT=1920
+XSPLIT=1080
# Hotkeys for left and right scenes
LEFT='F7'