Support for drawing tablet

This commit is contained in:
traxys 2022-09-13 10:33:43 +02:00
parent 1ac9526534
commit 4cf844baf3
2 changed files with 6 additions and 0 deletions

View file

@ -46,6 +46,7 @@
programs.adb.enable = true;
programs.dconf.enable = true;
programs.nix-ld.enable = true;
hardware.opentabletdriver.enable = true;
fonts.enableDefaultFonts = true;
fonts = {

View file

@ -156,6 +156,11 @@
"XF86AudioNext" = "exec ${pkgs.playerctl}/bin/playerctl -p spotify next";
"XF86AudioPrev" = "exec ${pkgs.playerctl}/bin/playerctl -p spotify previous";
# Gromit
"Ctrl+Shift+I" = "exec ${pkgs.gromit-mpx}/bin/gromit-mpx -a";
"Ctrl+Shift+D" = "exec ${pkgs.gromit-mpx}/bin/gromit-mpx -q";
"Ctrl+Shift+H" = "exec ${pkgs.gromit-mpx}/bin/gromit-mpx -c";
# Focus
"${mod}+Left" = "focus left";
"${mod}+Right" = "focus right";