feat: hyprland binds, some window rules, other small feats
This commit is contained in:
@@ -0,0 +1 @@
|
||||
-- Floating windows & their positioning
|
||||
@@ -0,0 +1 @@
|
||||
-- Idleinhibits
|
||||
@@ -0,0 +1 @@
|
||||
-- set the layer
|
||||
@@ -0,0 +1,3 @@
|
||||
hl.window_rule({
|
||||
name = ""
|
||||
})
|
||||
@@ -0,0 +1,15 @@
|
||||
-- Set the workspace for certain apps
|
||||
hl.window_rule({
|
||||
match = { class = ".*steam_app.*", title = "ALVR.*|^hidden-terminator" },
|
||||
workspace = 1,
|
||||
})
|
||||
|
||||
hl.window_rule({
|
||||
match = { class = "evince|okular|org\\.pwmt\\.zathura|librewolf", title = "BSManager|Beat Saber.*" },
|
||||
workspace = 2,
|
||||
})
|
||||
|
||||
hl.window_rule({
|
||||
match = { class = "minecraft-launcher", title = ".*Minecraft.*|.*[Ss]team.*" },
|
||||
workspace = 3,
|
||||
})
|
||||
Reference in New Issue
Block a user