From 3146cd235518aa5ada3749b75bb5d7ad30956b1e Mon Sep 17 00:00:00 2001 From: beanigen Date: Wed, 16 Apr 2025 12:44:12 +0800 Subject: [PATCH] help --- base/callisto/configuration.nix | 2 +- home/sway.nix | 4 ++++ home/waybar/config | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/base/callisto/configuration.nix b/base/callisto/configuration.nix index 80e99d5..66c533b 100644 --- a/base/callisto/configuration.nix +++ b/base/callisto/configuration.nix @@ -103,7 +103,7 @@ libvdpau-va-gl ]; }; - environment.sessionVariables = { LIBVA_DRIVER_NAME = "i965"; ELECTRON_OZONE_PLATFORM_HINT = "wayland";}; + environment.sessionVariables = { LIBVA_DRIVER_NAME = "i965"; ELECTRON_OZONE_PLATFORM_HINT = "wayland"; PASSWORD_STORE_DIR = "$HOME/sync/general/pass";}; security.polkit.enable = true; security.pam = { services.gtklock = {}; diff --git a/home/sway.nix b/home/sway.nix index 9761f92..f8aa82f 100644 --- a/home/sway.nix +++ b/home/sway.nix @@ -27,6 +27,9 @@ dwt = "disabled"; scroll_factor = "0.3"; }; + "type:keyboard" = { + xkb_options = "caps:backspace"; + }; "1739:0:Synaptics_TM3075-002" = { natural_scroll = "enabled"; click_method = "clickfinger"; @@ -73,6 +76,7 @@ "Shift_L+Control_L+F" = "exec playerctl position 10+"; "Mod4+w" = null; "Mod4+s" = null; + }; floating.criteria = [ { app_id = "^fzf-launcher-foot$";} diff --git a/home/waybar/config b/home/waybar/config index e966f1b..4071761 100644 --- a/home/waybar/config +++ b/home/waybar/config @@ -42,7 +42,7 @@ }, "group/audio": { "orientation": "inherit", - "modules": ["wireplumber", "cava"], + "modules": ["wireplumber", ], "on-click": "pavucontrol", }, "group/mpdg": {