mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-14 23:05:09 +02:00
Support for drawing tablet
This commit is contained in:
parent
1ac9526534
commit
4cf844baf3
2 changed files with 6 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue