From b74017470ebcc277a775b57fca271412188c15fd Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 20 Dec 2025 21:05:35 -0600 Subject: Add window rules for steam/reaper Rather, fix center for steam and reaper popups, and add to fullscreen steam big picture mode. --- hypr/hyprland.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index df9c618..0b4afe3 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -220,7 +220,9 @@ windowrulev2 = workspace special:easyeffects silent, class: ^(com\.github\.wwmm\ # Fix brave xray menus windowrulev2 = xray 0, class: ^(\s*), title: ^(\s*)$ # Center floating XWayland windows -#windowrule = center, xwayland: 1 +windowrule = center, xwayland: 1, class: negative:^(steam|REAPER)$ +# Make Steam Big Picture Mode fullscreen +windowrule = fullscreen, class: ^(steam)$, title: ^(Steam Big Picture Mode)$ # Fix scratchpad window spawn behavior windowrule = workspace +0, onworkspace:name:special:sphtop, class:negative:sphtop windowrule = workspace +0, onworkspace:name:special:spterm, class:negative:spterm -- cgit v1.2.3 From d5fb8f7e4ce4a60e63c29cf84c72f13c7e7dfa6e Mon Sep 17 00:00:00 2001 From: zsmith Date: Tue, 23 Dec 2025 10:01:30 -0600 Subject: Commend out pylsp setup Something updated and this line in the config is broken now. --- nvim/lua/plugins.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index 3684b89..0984c21 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -35,11 +35,12 @@ require("lazy").setup({ }, { "neovim/nvim-lspconfig", - config = function() + --[[config = function() local lspconfig = require("lspconfig") lspconfig.pylsp.setup({}) end, + --]] }, "tanvirtin/monokai.nvim", "lervag/vimtex", -- cgit v1.2.3