Compare commits
No commits in common. "5c14cc5e90ca953038aee7f45f2df45f767cede7" and "70ddbf392c0c2c55fb0ba28282cd57fa44becc87" have entirely different histories.
5c14cc5e90
...
70ddbf392c
|
@ -23,7 +23,7 @@ background = "#000010"
|
|||
foreground = "#F8F8F2"
|
||||
|
||||
[font]
|
||||
size = 15
|
||||
size = 13
|
||||
|
||||
[font.bold]
|
||||
family = "Iosevka Term Extended"
|
||||
|
|
|
@ -129,6 +129,7 @@ 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
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
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,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -2,4 +2,3 @@ logits
|
|||
logits
|
||||
OpenSwarm
|
||||
Lumentis
|
||||
stochasticity
|
||||
|
|
Loading…
Reference in New Issue