diff options
| -rw-r--r-- | config/cortile/config.toml | 2 | ||||
| -rw-r--r-- | config/openbox/autostart | 4 |
2 files changed, 4 insertions, 2 deletions
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 ~ |
