diff options
Diffstat (limited to 'raveos-hyprland-theme/theme-data/raveswitch')
| -rw-r--r-- | raveos-hyprland-theme/theme-data/raveswitch/config.ron | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/raveos-hyprland-theme/theme-data/raveswitch/config.ron b/raveos-hyprland-theme/theme-data/raveswitch/config.ron new file mode 100644 index 0000000..272265e --- /dev/null +++ b/raveos-hyprland-theme/theme-data/raveswitch/config.ron @@ -0,0 +1,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, + ), +) |