aboutsummaryrefslogtreecommitdiff
path: root/local
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-08-08 09:12:13 +0200
committerKarel Kočí <cynerd@email.cz>2022-08-08 09:12:13 +0200
commit7aad4eebb0fde90988e0caf49b631d24c55b2052 (patch)
tree633f9523f496ceb8b211456cb0af6b291cd9753f /local
parentbee016427d4e06c9dc4ecfefeccf8bac01bb6fc2 (diff)
downloadmyconfigs-7aad4eebb0fde90988e0caf49b631d24c55b2052.tar.gz
myconfigs-7aad4eebb0fde90988e0caf49b631d24c55b2052.tar.bz2
myconfigs-7aad4eebb0fde90988e0caf49b631d24c55b2052.zip
Improve elektroline and fix new-flake-dev
Diffstat (limited to 'local')
-rwxr-xr-xlocal/bin/elektroline-windows9
-rwxr-xr-xlocal/bin/new-flake-dev2
2 files changed, 10 insertions, 1 deletions
diff --git a/local/bin/elektroline-windows b/local/bin/elektroline-windows
new file mode 100755
index 0000000..07b5a3c
--- /dev/null
+++ b/local/bin/elektroline-windows
@@ -0,0 +1,9 @@
+#!/bin/sh
+# Using SOCS:
+# /proxy:socks5://127.0.0.1:8123
+exec xfreerdp \
+ -decorations /w:1537 /h:903 /kbd:0x00000409 \
+ /d:ELEKTROLINE /u:kkoci \
+ /bpp:24 /audio-mode:0 /sound:sys:alsa /network:lan /rfx /cert-ignore \
+ +clipboard /port:3389 \
+ /v:elvirt00.elektroline.cz /p:"$(pass elektroline.cz/kkoci)"
diff --git a/local/bin/new-flake-dev b/local/bin/new-flake-dev
index a45c86d..2c4a280 100755
--- a/local/bin/new-flake-dev
+++ b/local/bin/new-flake-dev
@@ -4,7 +4,7 @@ if [ -f ./flake.nix ]; then
echo "There is already existing flake.nix file!" >&2
exit 1
fi
-cat >./flake.nix <<EOF
+cat >./flake.nix <<"EOF"
{
outputs = { self, nixpkgs, flake-utils, personal }:
with flake-utils.lib;