summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-12-24 02:22:19 -0600
committerZachIR <zachir@librem.one>2025-12-24 02:22:19 -0600
commit2a0f9e3d7147b39a49fc3757455916e85103d9bb (patch)
treea2adebb5fd20b347be84682168c1a4ef58ac156d
parentf1dbed0675e662b70697aad172718d92c39d3ae4 (diff)
parentd5fb8f7e4ce4a60e63c29cf84c72f13c7e7dfa6e (diff)
Merge branch 'master' into car
-rw-r--r--hypr/hyprland.conf4
-rw-r--r--nvim/lua/plugins.lua3
2 files changed, 5 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 667992f..c4c5f32 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -239,7 +239,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
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",