diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-04 18:13:07 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-04 18:13:07 +0100 |
| commit | 6d17031b5f860d4b536326b8797ac13303b308bd (patch) | |
| tree | 5512be74fd29d8057a1e6a645b8abd6c1f6e0788 /.config/cow | |
| parent | 8c45e11ca4963df099e98ed41c8fd88478cd2161 (diff) | |
After last commit to cow I needed to set the top reserved space to 10 instead of 35. Commit 3a75837ee3
Diffstat (limited to '.config/cow')
| -rw-r--r-- | .config/cow/cow.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf index 5e9112c..76e3a5e 100644 --- a/.config/cow/cow.conf +++ b/.config/cow/cow.conf @@ -21,7 +21,7 @@ set snap_distance 12 set cursor.hide_timeout 4000 # Reserve an area on the screen. Can be reserved.{top, bottom, left, right} -set reserved.top 35 +set reserved.top 10 set reserved.left 10 set reserved.right 10 set reserved.bottom 10 |
