From be002f4d0294f706a4a43925caea84379670f93b Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Sun, 3 May 2026 10:37:41 -0400 Subject: added sway. a whole bunch of changes. --- kak/colors/plain.kak | 4 ++-- kak/kakrc | 15 +++++++++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) (limited to 'kak') diff --git a/kak/colors/plain.kak b/kak/colors/plain.kak index 9d75874..1cf9b12 100644 --- a/kak/colors/plain.kak +++ b/kak/colors/plain.kak @@ -35,9 +35,9 @@ face global SecondaryCursorEol default face global LineNumbers default face global LineNumberCursor default face global MenuForeground black,green -face global MenuBackground green,black +face global MenuBackground green,white face global MenuInfo default -face global Information green,black +face global Information green,white face global Error default face global DiagnosticError default face global DiagnosticWarning default diff --git a/kak/kakrc b/kak/kakrc index 83cf09e..ea515ff 100644 --- a/kak/kakrc +++ b/kak/kakrc @@ -19,6 +19,14 @@ hook global ModuleLoaded x11 %{ set global termcmd 'st -e sh -c' } +hook global ModuleLoaded wayland %{ + set global termcmd 'foot -e sh -c' +} + +hook global ModuleLoaded tmux %{ + set global windowing_placement 'horizontal' +} + hook global BufWritePre .* %{ jrk-trim-trailing-whitespace } @@ -47,8 +55,11 @@ define-command jrk-trim-trailing-whitespace %{ try %{ execute-keys -draft "%%s\h+$d" } } -map -docstring 'yank to system clipboard' global user y 'xclip -selection clipboard' -map -docstring 'paste from system clipboard' global user p 'xclip -selection clipboard -o' +# map -docstring 'yank to system clipboard' global user y 'xclip -selection clipboard' +# map -docstring 'paste from system clipboard' global user p 'xclip -selection clipboard -o' + +map -docstring 'yank to system clipboard' global user y 'wl-copy' +map -docstring 'paste from system clipboard' global user p 'wl-paste' map -docstring 'goto next make error' global user [ '<:>make-next-error' map -docstring 'goto previous make error' global user ] '<:>make-previous-error' -- cgit v1.2.3