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