diff options
| author | Nippy <nippy@rp1.hu> | 2026-07-28 22:00:50 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-07-28 22:00:50 +0200 |
| commit | 1e712495fd9de269da32361642d6166fb686070a (patch) | |
| tree | 30ca71a0f147ea40f7122f7fa1d3971e17d3f12d /raveos-hyprland-theme/theme-data | |
| parent | 856c6f7afe66de02c82e595d2d57a6b65e4dc1bd (diff) | |
| download | RaveOS-PKGBUILD-1e712495fd9de269da32361642d6166fb686070a.tar.gz RaveOS-PKGBUILD-1e712495fd9de269da32361642d6166fb686070a.zip | |
fix raveswitch and db fix
Diffstat (limited to 'raveos-hyprland-theme/theme-data')
| -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, + ), +) |