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