Don't use a weird port for ssh anymore idc
This commit is contained in:
parent
a5f06865de
commit
f4fe4036a1
|
@ -143,7 +143,7 @@
|
|||
"Shift+Print" = ''exec swayshot --screen'';
|
||||
|
||||
# Server SSH
|
||||
"${primeMod}+Ctrl+Return" = ''exec foot ssh ${config.ips.server} -p 2222'';
|
||||
"${primeMod}+Ctrl+Return" = ''exec foot ssh ${config.ips.server}'';
|
||||
|
||||
# Display Brightness and Keyboard Brightness
|
||||
"XF86MonBrightnessUp" = ''exec light -A 5'';
|
||||
|
|
Loading…
Reference in a new issue