diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 83edb8c..9d99455 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -38,6 +38,9 @@ $mainMod = SUPER $my_trigger = Alt bind = $my_trigger, 0, exec, bluetoothctl disconnect BC:7F:7B:6D:4F:87 && bluetoothctl connect BC:7F:7B:6D:4F:87 +bind = $my_trigger, 1, exec, playerctl previous +bind = $my_trigger, 2, exec, playerctl play-pause +bind = $my_trigger, 3, exec, playerctl next bind = $my_trigger, T, exec, $terminal bind = $my_trigger, Q, exec, $fileManager @@ -73,6 +76,9 @@ bind = $my_trigger, S, workspace, 203 bind = $my_trigger, Y, workspace, 204 bind = $my_trigger, P, workspace, 205 + +bind = $mainMod, D, workspace, 999 + bind = Alt, F4, killactive, bind = $mainMod $my_trigger, F4, exit, bind = $mainMod, H, exec, pkill -SIGUSR1 waybar diff --git a/.config/nvim/lua/plugins/blink.lua b/.config/nvim/lua/plugins/blink.lua index b252921..9a3e549 100644 --- a/.config/nvim/lua/plugins/blink.lua +++ b/.config/nvim/lua/plugins/blink.lua @@ -12,7 +12,7 @@ return { }, completion = { ghost_text = { - enabled = true, + enabled = false, }, list = { selection = { @@ -22,9 +22,10 @@ return { }, documentation = { auto_show = true, - auto_show_delay_ms = 1000, + auto_show_delay_ms = 300, }, menu = { + auto_show = true, draw = { treesitter = { "lsp" diff --git a/.config/nvim/spell/en.utf-8.add b/.config/nvim/spell/en.utf-8.add index 468fa20..bf98761 100644 --- a/.config/nvim/spell/en.utf-8.add +++ b/.config/nvim/spell/en.utf-8.add @@ -28,3 +28,6 @@ configs pem ico css +WASM +RTC +Auth diff --git a/.config/nvim/spell/en.utf-8.add.spl b/.config/nvim/spell/en.utf-8.add.spl index 60262b7..7a31455 100644 Binary files a/.config/nvim/spell/en.utf-8.add.spl and b/.config/nvim/spell/en.utf-8.add.spl differ