8bd0594ba18a1a9b5bc942df3982f5262fed6e3b
commit 8bd0594ba18a1a9b5bc942df3982f5262fed6e3b
Author: Simon Watson <spw01@protonmail.com>
Date: Thu Nov 4 10:17:17 2021 -0400

Cleaned up launchers, more void config

diff --git a/launchers/Bitwarden.sh b/launchers/Bitwarden.sh
new file mode 100755
index 0000000..243cbac
--- /dev/null
+++ b/launchers/Bitwarden.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+# The Bitwarden AppImage auto updates and in doing so changes the Bitwarden
+# file name. This script is a launcher interface for Bitwarden that attempts
+# to find and launch whatever the most recent version of Bitwarden is
+
+# Link this script to somewhere in your $PATH so that Bitwarden can
+# be called from the application launcher
+
+BITWARDEN_BIN=$(find /home/swatson/Downloads/ -name "Bitwarden*")
+echo $BITWARDEN_BIN
+
+$BITWARDEN_BIN > /dev/null 2>&1 &
diff --git a/launchers/BitwardenLaunch b/launchers/BitwardenLaunch
deleted file mode 100755
index 825987b..0000000
--- a/launchers/BitwardenLaunch
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-/home/swatson/Software/Bitwarden-1.10.0-x86_64.AppImage
diff --git a/launchers/SF3d_Launch b/launchers/SF3d_Launch
deleted file mode 100755
index 69d9ef3..0000000
--- a/launchers/SF3d_Launch
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-cd /opt/Simplify3D-4.0.1/
-export LD_LIBRARY_PATH=.
-/opt/Simplify3D-4.0.1/Simplify3D "$@"
diff --git a/openbox/casana-void/rc.xml b/openbox/casana-void/rc.xml
index f502ba1..0c17fb9 100644
--- a/openbox/casana-void/rc.xml
+++ b/openbox/casana-void/rc.xml
@@ -349,6 +349,12 @@
<keybind key="W-S-m">
<action name="Iconify"/>
</keybind>
+ <keybind key="W-s">
+ <action name="Shade"/>
+ </keybind>
+ <keybind key="W-S-s">
+ <action name="Unshade"/>
+ </keybind>
</keyboard>
<mouse>
<dragThreshold>1</dragThreshold>
diff --git a/xinit/swatson-casana-xinitrc b/xinit/swatson-casana-xinitrc
index 550a99a..75a7f71 100644
--- a/xinit/swatson-casana-xinitrc
+++ b/xinit/swatson-casana-xinitrc
@@ -1,4 +1,5 @@
nitrogen --restore &
xinput set-button-map 11 1 1 3 4 5 6 7 & # Disable track pad middle click
xmodmap ~/.xmodmap & # Swap CapsLock to L_Ctrl
+/home/swatson/.config/lemonbar/startLemon.sh &
exec openbox