diff options
Diffstat (limited to 'config.ts')
| -rw-r--r-- | config.ts | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,5 @@ +import { Astal } from "astal/gtk3"; + // Modules export const bar = { wsPerGroup: 10, @@ -21,6 +23,19 @@ export const notifpopups = { expire: false, }; +export const osds = { + volume: { + position: Astal.WindowAnchor.RIGHT, + margin: 20, + hideDelay: 1500, + }, + brightness: { + position: Astal.WindowAnchor.LEFT, + margin: 20, + hideDelay: 1500, + }, +}; + // Services export const updates = { interval: 900000, |