diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-18 19:38:09 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-18 19:38:09 +0100 |
| commit | db68c66ade19d5687ef02fd143f83d953dc36814 (patch) | |
| tree | ae8bee9a1bea81b8c36fdb328ebb91d6f3aed75e /.config/cow/cow.conf | |
| parent | 2f83617430ca56cfafe8ebff1878e8edefbe65c1 (diff) | |
Moved afterstart.sh to scripts
Diffstat (limited to '.config/cow/cow.conf')
| -rw-r--r-- | .config/cow/cow.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf index c370171..fce1d7e 100644 --- a/.config/cow/cow.conf +++ b/.config/cow/cow.conf @@ -447,8 +447,6 @@ rule -g -T on-map -n cowpager -s /cowpager:/ script { } } -exec sh "$HOME/.config/cow/after-start.sh" - # Clipboard persistence (retain clipboard content after an app closes): #exec wl-clip-persist --clipboard regular @@ -550,3 +548,5 @@ mouse I:0+right "menu-show WindowOps" # If a window menu is not invoked from a known window context, use # pick-window so the selected menu action targets the picked window. # bind M+w "pick-window menu-show WindowOps" + +exec sh "$HOME/.config/cow/scripts/after-start.sh" |
