moudlar
This commit is contained in:
17
home-modules/gestures.nix
Normal file
17
home-modules/gestures.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ config, pkgs, lib, system, user, allowed, secrets, ... }:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.libinput-gestures
|
||||
pkgs.ydotool
|
||||
];
|
||||
|
||||
home.file.".config/libinput/gestures".text = ''
|
||||
# Swipe threshold (0-100)
|
||||
swipe_threshold 0
|
||||
|
||||
# Gestures
|
||||
gesture swipe left 3 echo key k:276 | dotool
|
||||
gesture swipe right 3 echo key k:275 | dotool
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user