From 1e712495fd9de269da32361642d6166fb686070a Mon Sep 17 00:00:00 2001 From: Nippy Date: Tue, 28 Jul 2026 22:00:50 +0200 Subject: fix raveswitch and db fix --- raveos-hyprland-theme/theme-data/raveswitch/config.ron | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 raveos-hyprland-theme/theme-data/raveswitch/config.ron (limited to 'raveos-hyprland-theme/theme-data') 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, + ), +) -- cgit v1.3