remove wm config for unused apps
This commit is contained in:
parent
1851f6b6ec
commit
7bf45eca20
1 changed files with 0 additions and 12 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue