diff --git a/hypr/hyprland/keybinds.conf b/hypr/hyprland/keybinds.conf index 8943670..9f344f6 100644 --- a/hypr/hyprland/keybinds.conf +++ b/hypr/hyprland/keybinds.conf @@ -4,11 +4,6 @@ bind = $mainMod, ESCAPE, global, lux:power-menu bind = $mainMod, R, global, lux:launcher # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more - -# Global -bind = SUPER, F10, sendshortcut, CTRL, F10, class:^(com\.obsproject\.Studio)$ - -# Programs bind = $mainMod, T, exec, $terminal bind = $mainMod, X, killactive, bind = $mainMod, E, exec, $fileManager diff --git a/hypr/hyprland/rules.conf b/hypr/hyprland/rules.conf index 7ca12f9..d55b048 100644 --- a/hypr/hyprland/rules.conf +++ b/hypr/hyprland/rules.conf @@ -1,5 +1,12 @@ + +# Example windowrule v1 +# windowrule = float, ^(kitty)$ +# Example windowrule v2 +# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more windowrule = nomaxsize, class:.* # You'll probably like this. +# windowrulev2 = opacity 1 0.6, class:.* + # Apps windowrule = idleinhibit fullscreen, class:^(*)$ @@ -26,5 +33,4 @@ workspace = 1, persistent:true workspace = 2, persistent:true workspace = 3, persistent:true workspace = 4, persistent:true -workspace = 5, persistent:true