From 404cabf92af49c6f311a8c3553946af41a31fac2 Mon Sep 17 00:00:00 2001 From: benstrb Date: Sat, 3 Jan 2026 14:47:03 +0100 Subject: [PATCH] fixed-workspaces --- home/modules/sxhkd.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home/modules/sxhkd.nix b/home/modules/sxhkd.nix index 9912bc7..2f145a6 100644 --- a/home/modules/sxhkd.nix +++ b/home/modules/sxhkd.nix @@ -12,11 +12,11 @@ "super + d" = "discord"; "super + a" = "rofi -show drun"; - "super + keycode:10" = "bspc desktop -f focused:I"; - "super + @11" = "bspc desktop -f focused:II"; - "super + @12" = "bspc desktop -f focused:III"; - "super + @13" = "bspc desktop -f focused:IV"; - "super + @14" = "bspc desktop -f focused:V"; + "super + plus" = "bspc desktop -f focused:I"; + "super + ecaron" = "bspc desktop -f focused:II"; + "super + scaron" = "bspc desktop -f focused:III"; + "super + ccaron" = "bspc desktop -f focused:IV"; + "super + rcaron" = "bspc desktop -f focused:V"; }; }; }