attempted to add a keybind to toggle touchpad

somehow i cant get the script to run when i use the touchpad, but hey,
its in the repo now and the licence has been updated so i can get around
to it later

also i removed the default fish greeting it was annoying me
This commit is contained in:
Gabriella Bere 2025-06-08 05:17:39 +01:00
parent 98ea496a19
commit 772518df4f
6 changed files with 116 additions and 2 deletions

View file

@ -7,7 +7,7 @@
systemd.variables = [ "--all" ];
settings = {
misc = {
enable_anr_dialog = false;
enable_anr_dialog = false; # disable application not repsonding dialog as it tends to just get in the way when trying to fix the unresponsive application
};
# Monitor config for home desk layout
monitor = [
@ -30,7 +30,7 @@
follow_mouse = 1;
mouse_refocus = false;
touchpad = {
disable_while_typing = false;
disable_while_typing = true;
};
};
gestures = {
@ -67,6 +67,9 @@
"$mod, D, exec, vesktop"
"$mod, space, exec, bash -c 'wofi --show drun, run'"
# Keybind for toggling touchpad
"$mod, j, exec, sh $scripts/hyprland/touchpad_toggle.sh"
# Screenshot tool
", Print, exec, hyprshot -m region"