diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml index b386251..57fd68c 100644 --- a/alacritty/alacritty.toml +++ b/alacritty/alacritty.toml @@ -23,7 +23,7 @@ background = "#000010" foreground = "#F8F8F2" [font] -size = 13 +size = 15 [font.bold] family = "Iosevka Term Extended" diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 8b78590..8640019 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -129,7 +129,6 @@ bind = $mainMod, Y, exec, /home/user/.config/rofi/rofi-ykman.sh bind = $mainMod, Escape, exec, rofi -show power-menu -modi power-menu:$scripts/rofi-power-menu -bind = ,XF86PowerOff, exec, rofi -show power-menu -modi power-menu:$scripts/rofi-power-menu bind = ,XF86MonBrightnessUp, exec, xbacklight -inc 10 bind = ,XF86MonBrightnessDown, exec, xbacklight -dec 10 bind = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%+ --limit 1.0 diff --git a/nvim/lua/plugins/copilot.lua b/nvim/lua/plugins/copilot.lua new file mode 100644 index 0000000..f419047 --- /dev/null +++ b/nvim/lua/plugins/copilot.lua @@ -0,0 +1,18 @@ +return { + "zbirenbaum/copilot.lua", + cmd = "Copilot", + event = "InsertEnter", + opts = { + suggestion = { + auto_trigger = true, + auto_refresh = true, + keymap = { + accept = "", + dismiss = "", + }, + filetypes = { + markdown = true, + } + } + } +} diff --git a/nvim/spell/ltex.dictionary.en-GB.txt b/nvim/spell/ltex.dictionary.en-GB.txt index 37178c5..bec0da6 100644 --- a/nvim/spell/ltex.dictionary.en-GB.txt +++ b/nvim/spell/ltex.dictionary.en-GB.txt @@ -2,3 +2,4 @@ logits logits OpenSwarm Lumentis +stochasticity