From da1ce8118c57b6d806781a48cc874c45b6641cfc Mon Sep 17 00:00:00 2001 From: benstrb Date: Sat, 3 Jan 2026 13:23:49 +0100 Subject: [PATCH] non important commit --- home/modules/sxhkd.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/modules/sxhkd.nix b/home/modules/sxhkd.nix index 255f71b..0589e9e 100644 --- a/home/modules/sxhkd.nix +++ b/home/modules/sxhkd.nix @@ -11,6 +11,12 @@ "super + b" = "firefox"; "super + d" = "discord"; "super + a" = "rofi -show drun"; + + "super + +" = "bspc desktop -f I"; + "super + ě" = "bspc desktop -f II"; + "super + š" = "bspc desktop -f III"; + "super + č" = "bspc desktop -f IV"; + "super + ř" = "bspc desktop -f V"; }; }; }