diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index c2ddb4a4..e049f38c 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -198,12 +198,12 @@ in '' bind = SUPER SHIFT, T, movetoworkspace, name:term bind = SUPER ALT, T, exec, [workspace name:term] alacritty -e zellij - bind = SUPER, A, moveworkspacetomonitor, name:apps current - bind = SUPER, A, workspace, name:apps - bind = SUPER SHIFT, A, movetoworkspace, name:apps - windowrule = workspace name:apps, (Signal) - windowrule = workspace name:apps, (WebCord) - windowrule = workspace name:apps, chrome-(.*)-Default + bind = SUPER, C, moveworkspacetomonitor, name:chat current + bind = SUPER, C, workspace, name:chat + bind = SUPER SHIFT, C, movetoworkspace, name:chat + windowrule = workspace name:chat, (Signal) + windowrule = workspace name:chat, (WebCord) + windowrule = workspace name:chat, (whatsapp-for-linux) bind = SUPER, F, moveworkspacetomonitor, name:files current bind = SUPER, F, workspace, name:files diff --git a/home/hyprland/waybar/default.nix b/home/hyprland/waybar/default.nix index e66170d4..2b8d2d0a 100644 --- a/home/hyprland/waybar/default.nix +++ b/home/hyprland/waybar/default.nix @@ -42,7 +42,7 @@ "web" = "󰀹"; "files" = "󰝰"; "steam" = "󰓓"; - "apps" = "󰜫"; + "chat" = "󰭹"; "btm" = ""; "term" = "󰆍"; "remote" = "󰢹"; @@ -54,7 +54,7 @@ "web" = [ ]; "files" = [ ]; "steam" = [ ]; - "apps" = [ ]; + "chat" = [ ]; "btm" = [ ]; "term" = [ ]; "remote" = [ ];