AutoYADM commit: 2025-05-15 16:05:03
This commit is contained in:
parent
49a4363618
commit
3c113d9d89
2 changed files with 6 additions and 1 deletions
6
.config/kak/autoload/filetype/kdl.kak
Normal file
6
.config/kak/autoload/filetype/kdl.kak
Normal file
|
@ -0,0 +1,6 @@
|
|||
hook global BufCreate .*[.](kdl) %{
|
||||
set-option buffer filetype kdl
|
||||
set-option buffer comment_line "//"
|
||||
set-option buffer comment_block_begin "/*"
|
||||
set-option buffer comment_block_ "*/"
|
||||
}
|
|
@ -731,7 +731,6 @@ binds {
|
|||
// reload waybar
|
||||
Mod+Shift+W {
|
||||
spawn "systemctl" "--user" "restart" "waybar"
|
||||
// spawn "killall" "-SIGUSR2" "waybar"
|
||||
}
|
||||
Mod+S {
|
||||
screenshot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue