diff options
author | Marc Coquand <marc@mccd.space> | 2024-06-02 13:53:10 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-06-02 13:53:10 -0500 |
commit | bc826bb1bed8888d85eddf775934a92f1a71db5d (patch) | |
tree | 555527861b0dfb9808dff1d4bf53df6a77157d7f /config | |
parent | a8e02fc87821bf99f581f26ce292f4f5338cdec7 (diff) | |
download | rcm-bc826bb1bed8888d85eddf775934a92f1a71db5d.tar.gz rcm-bc826bb1bed8888d85eddf775934a92f1a71db5d.tar.bz2 rcm-bc826bb1bed8888d85eddf775934a92f1a71db5d.zip |
updates
Diffstat (limited to '')
-rw-r--r-- | config/hikari/hikari.conf | 4 | ||||
-rw-r--r-- | config/kak/kakrc | 2 | ||||
-rw-r--r-- | config/waybar/config.jsonc | 6 | ||||
-rw-r--r-- | config/waybar/style.css | 2 |
4 files changed, 6 insertions, 8 deletions
diff --git a/config/hikari/hikari.conf b/config/hikari/hikari.conf index 8006cb6..0b38c6b 100644 --- a/config/hikari/hikari.conf +++ b/config/hikari/hikari.conf @@ -62,7 +62,7 @@ actions { emacs = "emacsclient -nc" email = "foot aerc" browser = "firefox" - bemenu = "/bin/bash -c bemenu-toggle" + bemenu = "/bin/sh -c bemenu-toggle" brightness-down = "light -U 10" brightness-up = "light -A 10" volume-mute = "pamixer -t" @@ -75,7 +75,7 @@ actions { inputs { pointers { - "Elan Touchpad" = { + "*" = { natural-scrolling = true } } diff --git a/config/kak/kakrc b/config/kak/kakrc index a2a95a7..ef397b6 100644 --- a/config/kak/kakrc +++ b/config/kak/kakrc @@ -52,7 +52,7 @@ complete-command z shell-script-candidates %{ zoxide query -l } # --- KEYMAPS map global user = ':lsp-formatting<ret>' -docstring "LSP Format" -map global user w '|fmt --width 80<ret>' -docstring "Wrap to 80 columns" +map global user w '|fmt <ret>' -docstring "Wrap to 80 columns" map global user l %{:enter-user-mode lsp<ret>} -docstring "LSP mode" map global insert <tab> '<a-;>:try lsp-snippets-select-next-placeholders catch %{ execute-keys -with-hooks <lt>tab> }<ret>' -docstring 'Select next snippet placeholder' map global object a '<a-semicolon>lsp-object<ret>' -docstring 'LSP any symbol' diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index 5cf6cbb..c66defc 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -7,10 +7,8 @@ "spacing": 2, // Gaps between modules (4px) // Choose the order of the modules "modules-right": [ - "pulseaudio", "network", "battery", - "battery#bat2", "clock" ], "clock": { @@ -32,8 +30,8 @@ "bat": "BAT2" }, "network": { - // "interface": "wlp2*", // (Optional) To force the use of this interface - "format-wifi": "NET: {essid}", + // "interface": "wlp2*", // (Optionall) To force the use of this interface + "format-wifi": "NET: CONNECTED", "format-ethernet": "{ipaddr}/{cidr} ", "tooltip-format": "{ifname} via {gwaddr} ", "format-linked": "{ifname} (No IP) ", diff --git a/config/waybar/style.css b/config/waybar/style.css index 275b893..c88b530 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -1,6 +1,6 @@ * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: Input Sans Compressed; + font-family: Input Mono Condensed; font-size: 18px; } |