summaryrefslogtreecommitdiff
path: root/raveos-hyprland-theme/theme-data/raveswitch/config.ron
blob: 272265e0f876ebc1f088dd5024a31ba45e21d83d (plain)
1
2
3
4
5
6
7
8
9
10
// Edit with `raveswitch config edit`
(
    version: 4,
    windows: (
        switch: Some(modifier: "Super", key: "Tab", filter_by: [current_monitor], switch_workspaces: false, exclude_workspaces: "", kill_key: 'q'),
    ),
    behavior: (
        close_on_mod_release: true,
    ),
)