chore: Update hyprland configuration with keybindings for dolphin, firefox, codium, rofi, and kitty

This commit is contained in:
2024-08-15 14:04:54 -03:00
parent 5c309a7890
commit b5d9eadc56

View File

@@ -24,7 +24,11 @@
]; ];
bind = [ bind = [
# Manage Windows
"$mainMod, B, exec, pypr expose"
# Launch Bindings # Launch Bindings
"$mainMod, Enter, exec, rofi -show drun"
"$mainMod, T, exec, $terminal" "$mainMod, T, exec, $terminal"
"$mainMod, B, exec, $browser" "$mainMod, B, exec, $browser"
"$mainMod, C, exec, $editor" "$mainMod, C, exec, $editor"
@@ -83,4 +87,8 @@
enable = true; enable = true;
package = pkgs.kitty; package = pkgs.kitty;
}; };
home.packages = with pkgs; [
pyprland
];
} }