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

View File

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