summaryrefslogtreecommitdiff
path: root/raveos-hyprland-theme/theme-data/hyprshell/config.ron
blob: d17c9af220f2f8ce7046d31b22e9e6ad1907e41a (plain)
1
2
3
4
5
6
7
8
9
10
11
(
    version: 3,
    windows: (
        switch: (
            modifier: "super",
            //filter_by: [current_monitor] , //ezzel csak az jelenik meg ami a monitoron van
            filter_by: [current_workspace], // ez meg kizarolag arra a workspacre amin vagy 
        ),
        overview: None,
    ),
)