summaryrefslogtreecommitdiff
path: root/bspwm
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2024-05-09 12:05:05 +0200
committerJulian T <julian@jtle.dk>2024-05-09 12:05:05 +0200
commit0066cbfc40878e5d6ad2b0d13c1e3600bd43318a (patch)
tree0e2cf575b79e03801abf839c2cf3e7f8af4b2029 /bspwm
parentaa4f850a69acd73186eb1470a2ae425c663c4f8d (diff)
Gentoo changesHEADmastermain
Diffstat (limited to 'bspwm')
-rw-r--r--bspwm/.config/sxhkd/sxhkdrc5
-rwxr-xr-xbspwm/.launchxvm3
-rw-r--r--bspwm/.xinitrc9
3 files changed, 4 insertions, 13 deletions
diff --git a/bspwm/.config/sxhkd/sxhkdrc b/bspwm/.config/sxhkd/sxhkdrc
index 2a034c3..d7e202f 100644
--- a/bspwm/.config/sxhkd/sxhkdrc
+++ b/bspwm/.config/sxhkd/sxhkdrc
@@ -1,9 +1,6 @@
super + i
- termite
-
-super + shift + i
- termite --class float
+ alacritty
# program launcher
super + d
diff --git a/bspwm/.launchxvm b/bspwm/.launchxvm
new file mode 100755
index 0000000..8037b5c
--- /dev/null
+++ b/bspwm/.launchxvm
@@ -0,0 +1,3 @@
+
+sxhkd &
+exec bspwm
diff --git a/bspwm/.xinitrc b/bspwm/.xinitrc
deleted file mode 100644
index 5623a4b..0000000
--- a/bspwm/.xinitrc
+++ /dev/null
@@ -1,9 +0,0 @@
-
-export LOPTS="panel wallpaper composer gnome-keyring jpinput"
-export WALLCONFIG="$HOME/Pictures/rand/walls/config.yaml"
-# Launch other stuff
-source ~/.xprofile
-source ~/Scripts/xlaunchrc
-
-# sxhkd &
-exec xmonad 2>&1 | tee /tmp/vm.log