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

This commit is contained in:
2024-08-15 14:22:08 -03:00
parent b5d9eadc56
commit 16cf28085f
2 changed files with 11 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ in {
name = pkgs.vscodium.name;
paths = [pkgs.vscodium];
buildInputs = [pkgs.vscodium pkgs.makeWrapper];
/*
postBuild = ''
wrapProgram $out/bin/codium \
--add-flags "--enable-features=UseOzonePlatform" \
@@ -27,6 +28,7 @@ in {
--add-flags "--ozone-platform=wayland" \
--add-flags "--disable-features=WaylandFractionalScaleV1"
'';
*/
pname = pkgs.vscodium.pname;
version = pkgs.vscodium.version;

View File

@@ -20,12 +20,12 @@
exec-once = [
# run once on startup
"ags"
"pyper"
];
bind = [
# Manage Windows
"$mainMod, B, exec, pypr expose"
"$mainMod, Tab, exec, pypr expose"
# Launch Bindings
"$mainMod, Enter, exec, rofi -show drun"
@@ -58,6 +58,12 @@
"$mainMod, mouse:273, resizewindow"
];
input = {
touchpad = {
natural_scroll = true;
};
};
gestures = {
"workspace_swipe" = true;
"workspace_swipe_fingers" = 3;