Simple hyprland config changed

This commit is contained in:
LarsZauberer 2024-04-13 09:32:56 +02:00
commit 7f977c66a4
2 changed files with 5 additions and 0 deletions

View file

@ -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"

View file

@ -48,6 +48,8 @@ in {
tmux
firefox
kitty
nextcloud-client
vscode
];
};
}