From 134bdfe237085e86d35c479c209edc9bb5afacaa Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:41 -0500 Subject: Switch i3 theme to pink rather than yellow --- .config/i3/config | 5 +++-- .config/nvim/lua/plugin/lsp.lua | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/i3/config b/.config/i3/config index 97b4aec..e6b9417 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -27,6 +27,7 @@ bindsym Print exec --no-startup-id flameshot gui floating_modifier $mod for_window [class="love"] floating enable +for_window [instance="Godot_Engine"] floating enable tiling_drag modifier titlebar @@ -111,8 +112,8 @@ bindsym $mod+Shift+r restart bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" # class border backgr. text indicator child_border -client.focused #ffff00 #ffff00 #000000 #2e9ef4 #ffff00 -client.focused_inactive #ff9900 #ff9900 #000000 #484e50 #ff9900 +client.focused #ff4499 #ff4499 #000000 #2e9ef4 #ff4499 +client.focused_inactive #333333 #333333 #999999 #484e50 #333333 client.unfocused #000000 #000000 #999999 #292d2e #000000 client.urgent #ff0000 #ff0000 #000000 #900000 #ffff00 client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c diff --git a/.config/nvim/lua/plugin/lsp.lua b/.config/nvim/lua/plugin/lsp.lua index e13e54b..2e80d3f 100644 --- a/.config/nvim/lua/plugin/lsp.lua +++ b/.config/nvim/lua/plugin/lsp.lua @@ -5,6 +5,8 @@ lsp.preset("recommended") lspconfig.lua_ls.setup {} lspconfig.clangd.setup {} +lspconfig.gdscript.setup {} + require('mason').setup {} require('mason-lspconfig').setup { -- cgit v1.3-2-g0d8e