Compare commits
No commits in common. "6d5076609de0f891216160e114bb5733aaf6c3f8" and "3b44d72d0ff4b52e932192c6ca570add935cf17b" have entirely different histories.
6d5076609d
...
3b44d72d0f
@ -96,26 +96,3 @@ shift + Insert
|
|||||||
# phone specific -- send the escape key since we can't use it
|
# phone specific -- send the escape key since we can't use it
|
||||||
super + b; [
|
super + b; [
|
||||||
xdotool key Escape
|
xdotool key Escape
|
||||||
|
|
||||||
# mouse keybindings on the keypad
|
|
||||||
# move left
|
|
||||||
{ctrl +,shift +} KP_6
|
|
||||||
xdotool mousemove_relative -- {5,50} 0
|
|
||||||
|
|
||||||
# move down
|
|
||||||
{ctrl +,shift +} KP_2
|
|
||||||
xdotool mousemove_relative -- 0 {5,50}
|
|
||||||
|
|
||||||
# move up
|
|
||||||
{ctrl +,shift +} KP_8
|
|
||||||
xdotool mousemove_relative -- 0 {-5,-50}
|
|
||||||
|
|
||||||
# move right
|
|
||||||
{ctrl +,shift +} KP_4
|
|
||||||
xdotool mousemove_relative -- {-5,-50} 0
|
|
||||||
|
|
||||||
KP_Divide
|
|
||||||
xdotool click 1
|
|
||||||
|
|
||||||
KP_Subtract
|
|
||||||
xdotool click 2
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
config.adminpassFile = "/etc/nextcloud-admin";
|
config.adminpassFile = "/etc/nextcloud-admin";
|
||||||
settings.overwriteprotocol = "https";
|
settings.overwriteprotocol = "https";
|
||||||
extraApps = {
|
extraApps = {
|
||||||
inherit (config.services.nextcloud.package.packages.apps) contacts calendar tasks mail;
|
inherit (config.services.nextcloud.package.packages.apps) contacts calendar tasks;
|
||||||
phonetrack = pkgs.fetchNextcloudApp {
|
phonetrack = pkgs.fetchNextcloudApp {
|
||||||
sha256 = "sha256-V92f+FiS5vZEkq15A51pHoDpUOBfUOEVIcsXdP/rSMQ=";
|
sha256 = "sha256-V92f+FiS5vZEkq15A51pHoDpUOBfUOEVIcsXdP/rSMQ=";
|
||||||
license = "agpl3Only";
|
license = "agpl3Only";
|
||||||
|
@ -6,8 +6,5 @@
|
|||||||
passwordFile = "/home/usr/wg-keys/paperless";
|
passwordFile = "/home/usr/wg-keys/paperless";
|
||||||
address = "10.100.0.2";
|
address = "10.100.0.2";
|
||||||
port = 6230;
|
port = 6230;
|
||||||
settings = {
|
|
||||||
PAPERLESS_URL = "https://paperless.beepboop.systems";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user