chore: Update hyprland configuration with keybindings for dolphin, firefox, codium, rofi, and kitty
This commit is contained in:
@@ -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
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user