From e7aa124a311540faad9a5da253cd115c6634be8d Mon Sep 17 00:00:00 2001 From: navewindre Date: Thu, 7 Nov 2024 01:20:35 +0100 Subject: a --- config/cortile/config.toml | 2 ++ config/openbox/autostart | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/cortile/config.toml b/config/cortile/config.toml index ceaa858..b00edf1 100644 --- a/config/cortile/config.toml +++ b/config/cortile/config.toml @@ -130,6 +130,8 @@ proportion_increase = "Mod4-3" proportion_decrease = "Mod4-2" position_next = "Mod4-Mod1-S" position_previous = "Mod4-Mod1-W" +screen_previous = "Mod4-Mod1-A" +screen_next = "Mod4-Mod1-D" ################################################################################ [corners] # Action strings from [keys] section. # ################################################################################ diff --git a/config/openbox/autostart b/config/openbox/autostart index e2495cb..f61ee76 100644 --- a/config/openbox/autostart +++ b/config/openbox/autostart @@ -16,9 +16,9 @@ $CONFDIR/run-cortile cd $HOME/.config/openbox -xfce4-terminal -x "$PWD/ibus-wait" +xfce4-terminal -x "$CONFDIR/ibus-wait" echo "starting ibus" -./ibus-wait & +$CONFDIR/ibus-wait & ./killniggers.sh & cd ~ -- cgit v1.2.3