From 31a18fb9d72c1d00b4aade3e9a24d9ff11a90e67 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 20 Mar 2024 10:43:07 +0000 Subject: [PATCH] Remove firefox and thunar binds --- home/hyprland/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index d85d2a48..87e9fb9c 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -283,8 +283,6 @@ # Common program shortcuts "SUPER, Return, exec, ${alacritty.package}/bin/alacritty" "SUPER, E, exec, ${emacs.finalPackage}/bin/emacsclient -c" - "SUPER, W, exec, [workspace 2 silent] ${pkgs.firefox}/bin/firefox" - "SUPER, T, exec, [workspace 3 silent] ${pkgs.xfce.thunar}/bin/thunar" # Rofi binds "SUPER, Space, exec, pkill rofi || ${rofi.finalPackage}/bin/rofi -show drun"