From 7bf45eca20da34d38473ac069f5141d7cf1dc2f3 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Thu, 7 Mar 2024 00:22:30 +0530 Subject: [PATCH] remove wm config for unused apps --- home/wm/hyprland/default.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/home/wm/hyprland/default.nix b/home/wm/hyprland/default.nix index 942f21f..eb30ed5 100644 --- a/home/wm/hyprland/default.nix +++ b/home/wm/hyprland/default.nix @@ -10,7 +10,6 @@ let kitty = "${config.programs.kitty.package}/bin/kitty"; playerctl = "${pkgs.playerctl}/bin/playerctl"; rofi = "${config.programs.rofi.package}/bin/rofi"; - spotify-player = "${pkgs.spotify-player}/bin/spotify_player"; swaylock = "${config.programs.swaylock.package}/bin/swaylock"; tmux = "${config.programs.tmux.package}/bin/tmux"; wpctl = "${pkgs.wireplumber}/bin/wpctl"; @@ -126,19 +125,9 @@ in "center,class:^(org.gnome.Nautilus)$" "size 60% 60%,class:^(org.gnome.Nautilus)$" - "float,class:^(gnome-system-monitor)$" - "center,class:^(gnome-system-monitor)$" - "size 60% 50%,class:^(gnome-system-monitor)$" - "float,class:^(.yubioath-flutter-wrapped_)$" "center,class:^(.yubioath-flutter-wrapped_)$" - "float,class:^(yubico.org.)$" - "center,class:^(yubico.org.)$" - - "float,class:^(Bitwarden)$" - "center,class:^(Bitwarden)$" - "float,class:lutris" "center,class:lutris" "size 60% 60%,class:lutris" @@ -179,7 +168,6 @@ in "SUPER,f11, exec, ${pkgs.scripts}/bin/tmux-sessions" "SUPER_SHIFT,y, exec, ${pkgs.scripts}/bin/youtube" "SUPER_SHIFT,b, exec, ${pkgs.rofi-bluetooth}/bin/rofi-bluetooth" - "SUPER_SHIFT,s, exec, ${kitty} ${spotify-player}" "SUPER,escape, exec, ${swaylock} -f -i /tmp/wallpaper.jpg" "SUPER_SHIFT,W, exec, ${change-wallpaper}"