Compare commits

..

5 Commits

4 changed files with 15 additions and 7 deletions

6
flake.lock generated
View File

@@ -1621,11 +1621,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1759056834, "lastModified": 1759787748,
"narHash": "sha256-NkYSy0VSD6FeTawzypnt+gkN2aLDTbz3X77QluDyUUg=", "narHash": "sha256-88M9+hiXY+C+C9xVLOWcRw1lbuv9bogltFQpYDnHDGo=",
"owner": "tuxdotrs", "owner": "tuxdotrs",
"repo": "tpanel", "repo": "tpanel",
"rev": "0708fc688e6103096bebdc402ec7b539bdb4ca85", "rev": "98203af3e4a034501f0f8dfa7218cfe8a0371e4f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -244,6 +244,7 @@
}; };
libinput.touchpad.naturalScrolling = true; libinput.touchpad.naturalScrolling = true;
libinput.mouse.accelProfile = "flat";
# To use Auto-cpufreq we need to # To use Auto-cpufreq we need to
# disable TLP because it's enabled by nixos-hardware # disable TLP because it's enabled by nixos-hardware

View File

@@ -65,6 +65,7 @@
}; };
libinput.touchpad.naturalScrolling = true; libinput.touchpad.naturalScrolling = true;
libinput.mouse.accelProfile = "flat";
blueman.enable = true; blueman.enable = true;

View File

@@ -41,7 +41,7 @@
#-- Input: Keyboard, Mouse, Touchpad #-- Input: Keyboard, Mouse, Touchpad
input = { input = {
sensitivity = -0.5; sensitivity = -0.7;
scroll_method = "2 fg"; scroll_method = "2 fg";
touchpad = { touchpad = {
natural_scroll = true; natural_scroll = true;
@@ -193,6 +193,11 @@
}; };
}; };
bindm = [
"SUPER,mouse:273,resizewindow"
"SUPER,mouse:272,movewindow"
];
bind = [ bind = [
# apps # apps
"SUPER, Return, exec, ${terminal}" "SUPER, Return, exec, ${terminal}"
@@ -207,11 +212,12 @@
"SUPER_SHIFT, Return, exec, ${floating_terminal}" "SUPER_SHIFT, Return, exec, ${floating_terminal}"
"SUPER_SHIFT, S, exec, flameshot gui" "SUPER_SHIFT, S, exec, flameshot gui"
# ags # tpanel
"SUPER, A, exec, ags toggle launcher" "SUPER, A, exec, ags toggle launcher"
"SUPER, C, exec, ags toggle control-center"
"SUPER_SHIFT, R, exec, ags quit; ${pkgs.tpanel}/bin/tpanel"
"SUPER_SHIFT, B, exec, ags toggle bar" "SUPER_SHIFT, B, exec, ags toggle bar"
"SUPER_SHIFT, C, exec, ags toggle control-center"
"SUPER_SHIFT, W, exec, ags toggle wallpaper-manager"
"SUPER_SHIFT, R, exec, ags quit; ${pkgs.tpanel}/bin/tpanel"
# hyprland # hyprland
"SUPER, Q, killactive" "SUPER, Q, killactive"