diff options
author | zachir <zachir@librem.one> | 2025-08-29 13:57:28 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-08-29 13:57:28 -0500 |
commit | caec8a848cce215eea40efc76342805c2f50179a (patch) | |
tree | d08fb30d5c0bcb74578ec9e5bd231fc4f7bdefb9 | |
parent | 30c5a5e64c0a467b303182fafdc0b999c81bae58 (diff) | |
parent | ca9194b69945f07217074adb70f81af6d8161dc5 (diff) |
Merge branch 'master' into clacla
-rw-r--r-- | hypr/hyprland.conf | 4 | ||||
-rw-r--r-- | hypr/hyprscratch.conf | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 53dce7d..54f89fb 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -410,7 +410,7 @@ bind = $mainMod, D, exec, sh -c "$(tofi-run -c $HOME/.config/tofi/themes/dmenu_v bind = $mainMod, R, exec, rs bind = $mainMod $secdMod, Q, exec, qbc bind = $mainMod $secdMod, W, exec, lwc -bind = $mainMod $secdMod, E, exec, mbc +bind = $mainMod $secdMod, E, exec, brc bind = $mainMod $secdMod, R, exec, ffc bind = $mainMod $secdMod, 1, exec, bm bind = $mainMod $secdMod, comma, exec, dmount -p @@ -441,7 +441,7 @@ bind = $mainMod CONTROL, B, exec, hyprscratch toggle spncmp bind = $mainMod CONTROL, A, exec, hyprscratch toggle spmutt bind = $mainMod CONTROL, S, exec, hyprscratch toggle spprof bind = $mainMod CONTROL, D, exec, hyprscratch toggle spirss -bind = $mainMod CONTROL, F, exec, hyprscratch toggle sptodo +bind = $mainMod CONTROL, F, exec, hyprscratch toggle spvimw bind = $mainMod CONTROL, G, exec, hyprscratch toggle sptrmc bind = $mainMod CONTROL, Q, exec, hyprscratch toggle helvum bind = $mainMod CONTROL, E, exec, hyprscratch toggle easyeffects diff --git a/hypr/hyprscratch.conf b/hypr/hyprscratch.conf index 841cff4..08fd39c 100644 --- a/hypr/hyprscratch.conf +++ b/hypr/hyprscratch.conf @@ -84,10 +84,10 @@ spirss { options = special } -sptodo { +spvimw { # Mandatory fields - title = sptodo - command = kitty -T sptodo todo + title = spvimw + command = kitty -T spvimw nvim +VimwikiIndex # Optional fields options = lazy |