Hotkey thing and standardization thing
This commit is contained in:
parent
7f512583e0
commit
08faf4265e
|
@ -218,7 +218,7 @@
|
||||||
"${primeMod}+shift+a" = ''focus child'';
|
"${primeMod}+shift+a" = ''focus child'';
|
||||||
|
|
||||||
# Scratchpads
|
# Scratchpads
|
||||||
"Shift+Ctrl+Delete" = ''[app_id="gotop"] scratchpad show, move position center, resize set 1216 888'';
|
"Shift+Ctrl+Backslash" = ''[app_id="gotop"] scratchpad show, move position center, resize set 1216 888'';
|
||||||
"${primeMod}+Shift+m" = ''[app_id="music"] scratchpad show, move position center, resize set 1006 657'';
|
"${primeMod}+Shift+m" = ''[app_id="music"] scratchpad show, move position center, resize set 1006 657'';
|
||||||
"${primeMod}+Shift+v" = ''[app_id="sound"] scratchpad show, move position center, resize set 1000 800'';
|
"${primeMod}+Shift+v" = ''[app_id="sound"] scratchpad show, move position center, resize set 1000 800'';
|
||||||
"${primeMod}+Shift+Backslash" = ''[app_id="com.github.wwmm.easyeffects"] scratchpad show, move position center, resize set 1000 800'';
|
"${primeMod}+Shift+Backslash" = ''[app_id="com.github.wwmm.easyeffects"] scratchpad show, move position center, resize set 1000 800'';
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
MAIL_HOST = "mx.${config.domains.jim1}";
|
MAIL_HOST = "mx.${config.domains.jim1}";
|
||||||
MAIL_PORT = 587;
|
MAIL_PORT = 587;
|
||||||
MAIL_USERNAME = "noreply@${config.domains.jim1}";
|
MAIL_USERNAME = "noreply@${config.domains.jim1}";
|
||||||
MAIL_PASSWORD = "${config.secrets.noreplyPassword}";
|
MAIL_PASSWORD = config.secrets.noreplyPassword;
|
||||||
};
|
};
|
||||||
nginx = {
|
nginx = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
Loading…
Reference in a new issue