summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bspwm/.config/sxhkd/sxhkdrc9
-rw-r--r--bspwm/.xinitrc2
-rwxr-xr-xxinit/Scripts/xlaunchrc6
3 files changed, 12 insertions, 5 deletions
diff --git a/bspwm/.config/sxhkd/sxhkdrc b/bspwm/.config/sxhkd/sxhkdrc
index 8af33fa..2388af4 100644
--- a/bspwm/.config/sxhkd/sxhkdrc
+++ b/bspwm/.config/sxhkd/sxhkdrc
@@ -85,10 +85,6 @@ super + {p,b,comma,period}
super + {_,shift + }c
bspc node -f {next,prev}.local.leaf
-# focus the next/previous desktop in the current monitor
-super + bracket{left,right}
- bspc desktop -f {prev,next}.local
-
# focus the last node/desktop
super + {grave,Tab}
bspc {node,desktop} -f last
@@ -111,6 +107,11 @@ super + r
super + ctrl + shift + {1-9}
bspc node -r 0.{1-9}
+super + {_,shift +} bracket{left,right}
+ bspc {monitor -f, node -m} {prev,next}
+
+
+
#
# preselect
#
diff --git a/bspwm/.xinitrc b/bspwm/.xinitrc
index 55fba13..91ea4a0 100644
--- a/bspwm/.xinitrc
+++ b/bspwm/.xinitrc
@@ -1,5 +1,5 @@
-export LOPTS="panel composer gnome-keyring"
+export LOPTS="panel composer gnome-keyring jpinput"
# Launch other stuff
source ~/.xprofile
source ~/Scripts/xlaunchrc
diff --git a/xinit/Scripts/xlaunchrc b/xinit/Scripts/xlaunchrc
index 3b7f5c8..e057b0b 100755
--- a/xinit/Scripts/xlaunchrc
+++ b/xinit/Scripts/xlaunchrc
@@ -33,6 +33,12 @@ for arg in $args
do
echo $arg
case $arg in
+ jpinput)
+ export GTK_IM_MODULE=fcitx
+ export QT_IM_MODULE=fcitx
+ export XMODIFIERS=@im=fcitx
+ fcitx5 --replace -d &
+ ;;
panel)
echo starting panel
polybar main &