diff options
Diffstat (limited to 'raveos-hyprland-theme/theme-data/raveswitch/config.ron')
| -rw-r--r-- | raveos-hyprland-theme/theme-data/raveswitch/config.ron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raveos-hyprland-theme/theme-data/raveswitch/config.ron b/raveos-hyprland-theme/theme-data/raveswitch/config.ron index 272265e..72bdd16 100644 --- a/raveos-hyprland-theme/theme-data/raveswitch/config.ron +++ b/raveos-hyprland-theme/theme-data/raveswitch/config.ron @@ -2,7 +2,7 @@ ( version: 4, windows: ( - switch: Some(modifier: "Super", key: "Tab", filter_by: [current_monitor], switch_workspaces: false, exclude_workspaces: "", kill_key: 'q'), + switch: Some(modifier: "Alt", key: "Tab", filter_by: [current_monitor], switch_workspaces: false, exclude_workspaces: "", kill_key: 'q'), ), behavior: ( close_on_mod_release: true, |