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

@ -50,6 +50,9 @@ in {
"$mod, return, exec, alacritty" "$mod, return, exec, alacritty"
"$mod SHIFT, return, exec, firefox" "$mod SHIFT, return, exec, firefox"
# Application
"$mod SHIFT, c, exec, code"
# Monitor management # Monitor management
"$mod SHIFT, k, movecurrentworkspacetomonitor, DP-2" "$mod SHIFT, k, movecurrentworkspacetomonitor, DP-2"
"$mod SHIFT, j, movecurrentworkspacetomonitor, DP-1" "$mod SHIFT, j, movecurrentworkspacetomonitor, DP-1"

View file

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