chore: Update hyprland configuration with keybindings for dolphin, firefox, codium, rofi, and kitty
This commit is contained in:
@@ -24,7 +24,11 @@
|
||||
];
|
||||
|
||||
bind = [
|
||||
# Manage Windows
|
||||
"$mainMod, B, exec, pypr expose"
|
||||
|
||||
# Launch Bindings
|
||||
"$mainMod, Enter, exec, rofi -show drun"
|
||||
"$mainMod, T, exec, $terminal"
|
||||
"$mainMod, B, exec, $browser"
|
||||
"$mainMod, C, exec, $editor"
|
||||
@@ -83,4 +87,8 @@
|
||||
enable = true;
|
||||
package = pkgs.kitty;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
pyprland
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user