Browse Source

Cleaned up launchers, more void config

Simon Watson 2 years ago
parent
commit
8bd0594ba1

+ 13 - 0
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 &

+ 0 - 3
launchers/BitwardenLaunch

@@ -1,3 +0,0 @@
-#!/bin/bash
-
-/home/swatson/Software/Bitwarden-1.10.0-x86_64.AppImage

+ 0 - 4
launchers/SF3d_Launch

@@ -1,4 +0,0 @@
-#!/bin/bash
-cd /opt/Simplify3D-4.0.1/
-export LD_LIBRARY_PATH=.
-/opt/Simplify3D-4.0.1/Simplify3D "$@"

+ 6 - 0
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>

+ 1 - 0
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