Compare commits

..

6 Commits

Author SHA1 Message Date
Thomas Avé 5c14cc5e90 Merge branch 'master' into laptop 2024-01-17 21:27:51 +01:00
Thomas Avé 417cd97ba1 Update copilot config 2024-01-17 21:26:45 +01:00
Thomas Avé 3f8c368d83 add copilot 2024-01-17 21:03:38 +01:00
Thomas Avé 231a2a6fdf Restructure plugins 2024-01-17 14:31:28 +01:00
Thomas Avé 71e3bd70b1 Update alacritty font size? 2024-01-15 22:44:34 +01:00
Thomas Avé 01d4822a86 Update hyprland config 2024-01-15 22:44:34 +01:00
4 changed files with 20 additions and 2 deletions

View File

@ -23,7 +23,7 @@ background = "#000010"
foreground = "#F8F8F2"
[font]
size = 13
size = 15
[font.bold]
family = "Iosevka Term Extended"

View File

@ -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

View File

@ -0,0 +1,18 @@
return {
"zbirenbaum/copilot.lua",
cmd = "Copilot",
event = "InsertEnter",
opts = {
suggestion = {
auto_trigger = true,
auto_refresh = true,
keymap = {
accept = "<leader><Tab>",
dismiss = "<leader><Space>",
},
filetypes = {
markdown = true,
}
}
}
}

View File

@ -2,3 +2,4 @@ logits
logits
OpenSwarm
Lumentis
stochasticity