diff --git a/config/hypr/binds.conf b/config/hypr/binds.conf index c903843..df5c062 100644 --- a/config/hypr/binds.conf +++ b/config/hypr/binds.conf @@ -31,7 +31,7 @@ bindl=,switch:Lid Switch,exec,swaylock --effect-greyscale # Games bind=ALTSHIFT,C,exec,"/home/flyingstitchman/Documents/Games/Celeste/Celeste" -bind=ALTSHIFT,O,exec,osu\! +bind=ALTSHIFT,O,exec,osu-lazer bind=ALTSHIFT,R,exec,"/home/flyingstitchman/Documents/Games/factorio/bin/x64/factorio" bind=ALTSHIFT,S,exec,"/home/flyingstitchman/Documents/Games/Stardew Valley/StardewValley" bind=ALTSHIFT,T,exec,gamescope -w 1280 -h 960 -f -r 60 wine "/home/flyingstitchman/Documents/Games/Touhou 15 - Legacy of Lunatic Kingdom/th15.exe" diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 15c1b43..33459c4 100755 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -54,6 +54,13 @@ decoration { } # Shadow + drop_shadow=0 + shadow_range=15 + shadow_render_power=2 + shadow_ignore_window=1 + col.shadow=0xdb331153 + col.shadow_inactive=0x99333333 + shadow_offset=3 2 # Other rounding=15 diff --git a/config/nvim/nvim.lua b/config/nvim/nvim.lua index 33dbf2c..39e44a1 100644 --- a/config/nvim/nvim.lua +++ b/config/nvim/nvim.lua @@ -37,7 +37,7 @@ local capabilities = require("cmp_nvim_lsp").default_capabilities() local lspconfig = require('lspconfig') -- Enable some language servers with the additional completion capabilities offered by nvim-cmp -local servers = { 'clangd', 'glsl_analyzer', 'tinymist', 'rust_analyzer', 'vhdl_ls', 'vtsls' } +local servers = { 'clangd', 'glsl_analyzer', 'rust_analyzer', 'tinymist', 'vhdl_ls', 'vtsls' } for _, lsp in ipairs(servers) do lspconfig[lsp].setup { -- on_attach = my_custom_on_attach, diff --git a/packages/default.nix b/packages/default.nix index 3c66915..3714c40 100644 --- a/packages/default.nix +++ b/packages/default.nix @@ -80,7 +80,6 @@ in "p7zip" "pinentry" "rust-analyzer" - "rustup" "tinymist" "unzip" "vhdl-ls"