From 7f977c66a4f233a2d41f2fa069f39fef484a286b Mon Sep 17 00:00:00 2001 From: LarsZauberer Date: Sat, 13 Apr 2024 09:32:56 +0200 Subject: [PATCH] Simple hyprland config changed --- hosts/lars/hyprland.nix | 3 +++ hosts/lars/programs.nix | 2 ++ 2 files changed, 5 insertions(+) diff --git a/hosts/lars/hyprland.nix b/hosts/lars/hyprland.nix index 24afae1..16d7b37 100644 --- a/hosts/lars/hyprland.nix +++ b/hosts/lars/hyprland.nix @@ -49,6 +49,9 @@ in { "$mod, Q, killactive" "$mod, return, exec, alacritty" "$mod SHIFT, return, exec, firefox" + + # Application + "$mod SHIFT, c, exec, code" # Monitor management "$mod SHIFT, k, movecurrentworkspacetomonitor, DP-2" diff --git a/hosts/lars/programs.nix b/hosts/lars/programs.nix index 97a5b03..633eb9a 100644 --- a/hosts/lars/programs.nix +++ b/hosts/lars/programs.nix @@ -48,6 +48,8 @@ in { tmux firefox kitty + nextcloud-client + vscode ]; }; }