]> Skullheadx's Git Forge - nixos.git/commitdiff
remove uwsm
authorAndrew <admonty1@protonmail.com>
Sun, 26 Oct 2025 21:24:14 +0000 (17:24 -0400)
committerAndrew <admonty1@protonmail.com>
Sun, 26 Oct 2025 21:24:14 +0000 (17:24 -0400)
configuration.nix
hyprland/binds.nix
hyprland/hyprland.nix

index d619f04ab190530681b62a8299686d46b793f9f2..7f6debff668754a6b82e1ea40fcd16e0e12a28b9 100644 (file)
@@ -64,7 +64,6 @@
 
   programs.hyprland = {
     enable = true;
-    withUWSM = true;
   };
 
   programs.kdeconnect = {
index 7e679d421efaad7a2de61407316326e4064fbafa..477cea927a4a95e508dfe037e3540d564696910a 100644 (file)
@@ -66,7 +66,7 @@ in {
         "$mod CTRL, k, resizeactive, 0 -25"
         "$mod CTRL, l, resizeactive, 25 0"
 
-        "$mod, D, exec, uwsm app -- ghostty"
+        "$mod, D, exec, app -- ghostty"
         "$mod, b, exec, librewolf"
         "$mod, space, exec, pkill rofi || rofi -show drun"
         "$mod, p, exec, pkill hyprpicker || hyprpicker -ar"
index dd098e756b8b5dcff39ad6697a28759423f1975f..12ea0a84db97555406386585e07e80e72e74320f 100644 (file)
       exec-once = [
         "gnome-keyring-daemon --replace --start --components=pkcs11,secrets,ssh"
         "xrandr --output DP-3 --primary"
-        "uwsm app -- waybar"
+        "app -- waybar"
         "nm-applet --indicator"
         "/run/current-system/sw/libexec/polkit-gnome-authentication-agent-1"
-        "[workspace 1 silent] uwsm app -- ghostty -e tmux attach -t dev || tmux new -s dev -c ~/dev"
-        "[workspace 2 silent] uwsm app -- librewolf"
-        #"[workspace 3 silent] uwsm app -- ghostty -e fish -c rmpc"
-        "[workspace 3 silent] uwsm app -- discord"
-        "[workspace 4 silent] uwsm app -- keepassxc"
-        #"[workspace 8 silent] uwsm app -- steam"
-        #"[workspace 9 silent] uwsm app -- obsidian"
+        "[workspace 1 silent] app -- ghostty -e tmux attach -t dev || tmux new -s dev -c ~/dev"
+        "[workspace 2 silent] app -- librewolf"
+        #"[workspace 3 silent] app -- ghostty -e fish -c rmpc"
+        "[workspace 3 silent] app -- discord"
+        "[workspace 4 silent] app -- keepassxc"
+        #"[workspace 8 silent] app -- steam"
+        #"[workspace 9 silent] app -- obsidian"
       ];
       windowrule = [
         "workspace 3 silent, class:(discord)"