diff --git a/config/.config/ghostty/config b/config/.config/ghostty/config index fc88088..a2466b5 100644 --- a/config/.config/ghostty/config +++ b/config/.config/ghostty/config @@ -11,6 +11,5 @@ font-size = 14 # theme = light:xcodelight,dark:xcodedark theme = Monokai Classic # window-decoration = false ->>>>>>> master gtk-adwaita = false # window-decoration = server diff --git a/config/.config/nvim/ftplugin/java.lua b/config/.config/nvim/ftplugin/java.lua index 39087ba..a5c1cdb 100755 --- a/config/.config/nvim/ftplugin/java.lua +++ b/config/.config/nvim/ftplugin/java.lua @@ -11,7 +11,8 @@ local config = { -- 💀 'jdtls', -- or '/path/to/java17_or_newer/bin/java' -- depends on if `java` is in your $PATH env variable and if it points to the right version. - + '--java-executable', + '/usr/lib/jvm/java-23-openjdk/bin/java', -- '-Declipse.application=org.eclipse.jdt.ls.core.id1', -- '-Dosgi.bundles.defaultStartLevel=4', -- '-Declipse.product=org.eclipse.jdt.ls.core.product', diff --git a/config/.config/nvim/lua/config/packer.lua b/config/.config/nvim/lua/config/packer.lua index 28a9512..da4f698 100755 --- a/config/.config/nvim/lua/config/packer.lua +++ b/config/.config/nvim/lua/config/packer.lua @@ -270,16 +270,16 @@ return require('packer').startup(function(use) end } - -- use 'nvim-tree/nvim-web-devicons' + use 'nvim-tree/nvim-web-devicons' use({ "utilyre/barbecue.nvim", tag = "*", requires = { "SmiteshP/nvim-navic", - -- "nvim-tree/nvim-web-devicons", -- optional dependency + "nvim-tree/nvim-web-devicons", -- optional dependency }, - -- after = "nvim-web-devicons", -- keep this if you're using NvChad + after = "nvim-web-devicons", -- keep this if you're using NvChad config = function() require("barbecue").setup() end, @@ -318,7 +318,7 @@ return require('packer').startup(function(use) use { 'goolord/alpha-nvim', - -- requires = { 'nvim-tree/nvim-web-devicons' }, + requires = { 'nvim-tree/nvim-web-devicons' }, config = function () require'alpha'.setup(require'alpha.themes.startify'.config) end diff --git a/config/.config/qt6ct/qt6ct.conf b/config/.config/qt6ct/qt6ct.conf index 644de7a..12e5638 100644 --- a/config/.config/qt6ct/qt6ct.conf +++ b/config/.config/qt6ct/qt6ct.conf @@ -28,7 +28,7 @@ wheel_scroll_lines=3 geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\xad\0\0\x1\x86\0\0\x6#\0\0\x3\x96\0\0\x3\xad\0\0\x1\x86\0\0\x6#\0\0\x3\x96\0\0\0\0\0\0\0\0\n\0\0\0\x3\xad\0\0\x1\x86\0\0\x6#\0\0\x3\x96) [SettingsWindow] -geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x5\xc7\0\0\x3\xbc\0\0\0\0\0\0\0\0\0\0\x5\xc7\0\0\x3\xbc\0\0\0\0\0\0\0\0\x5\xe0\0\0\0\0\0\0\0\0\0\0\x5\xc7\0\0\x3\xbc) +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x5\xc7\0\0\x3\xba\0\0\0\0\0\0\0\0\0\0\x5\xc7\0\0\x3\xba\0\0\0\0\0\0\0\0\x5\xe0\0\0\0\0\0\0\0\0\0\0\x5\xc7\0\0\x3\xba) [Troubleshooting] force_raster_widgets=1 diff --git a/config/.config/sway/config b/config/.config/sway/config index 7da9afa..ec8bd9a 100644 --- a/config/.config/sway/config +++ b/config/.config/sway/config @@ -51,7 +51,6 @@ font "Ubuntu 10" # Example configuration: # exec swayidle -w \ - # timeout 15 'swaylock -f -c 000000' \ timeout 360 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ timeout 600 'systemctl suspend-then-hibernate' \ before-sleep 'swaylock -f -c 000000'