diff --git a/nvim/lua/configs/default-lsp.lua b/nvim/lua/configs/default-lsp.lua index 946ae36..14bf42f 100644 --- a/nvim/lua/configs/default-lsp.lua +++ b/nvim/lua/configs/default-lsp.lua @@ -1,3 +1,9 @@ +if (vim.fn.has('macunix')) then + +return {} + +else + return { ensure_installed = { "lua-language-server", @@ -28,3 +34,4 @@ return { "ansible-lint", }, } +end diff --git a/rofi/powermenu b/rofi/powermenu index 5d150e2..78c323c 100755 --- a/rofi/powermenu +++ b/rofi/powermenu @@ -66,7 +66,7 @@ run_cmd() { elif [[ $1 == '--reboot' ]]; then shutdown -r now elif [[ $1 == '--suspend' ]]; then - systemctl suspend + acpiconf -s 3 elif [[ $1 == '--logout' ]]; then if [[ "$XDG_SESSION_DESKTOP" == 'openbox' ]]; then openbox --exit diff --git a/sway/config b/sway/config index 55f14ce..d8d4b05 100644 --- a/sway/config +++ b/sway/config @@ -1,4 +1,5 @@ # Read `man 5 sway` for a complete reference. +seat seat0 xcursor_theme Breeze-Obsidian 25 default_border pixel 2 client.focused #64107d #1e222a #eceff4 #c44be8 #64107d diff --git a/yazi/package.toml b/yazi/package.toml index 9447bfb..f3ecb9e 100644 --- a/yazi/package.toml +++ b/yazi/package.toml @@ -1,17 +1,17 @@ [[plugin.deps]] use = "Reledia/hexyl" -rev = "39d3d4e" -hash = "dd624cbaff94af65f39fd86bc57b340" +rev = "016a09b" +hash = "50da29476e744dba37d77fb209328fd1" [[plugin.deps]] use = "Reledia/glow" -rev = "5ce76dc" -hash = "52e5f5c602962e7cbf874da28f52ba45" +rev = "bd3eaa5" +hash = "92b5c58159a51c567f82b618cee2b78" [[plugin.deps]] use = "Sonico98/exifaudio" -rev = "d794614" -hash = "a8e15d3c21c02a5af41d46ed04778a02" +rev = "4506f9d" +hash = "4761fffb60a12d37096c34a356380cdf" [flavor] deps = []