diff options
| author | navewindre <boneyaard@gmail.com> | 2024-11-07 01:20:35 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2024-11-07 01:20:35 +0100 |
| commit | e7aa124a311540faad9a5da253cd115c6634be8d (patch) | |
| tree | 8450bea23339217401f228a8ab43ef74422913a0 | |
| parent | 1b6952841af6ca706f3bf7b3596c3ea9a5531a47 (diff) | |
a
| -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 ~ |
