From cd85b48673a8e1e7eeb3700e18987d03b6dcc4b2 Mon Sep 17 00:00:00 2001 From: downhill Date: Sat, 23 Mar 2019 22:20:55 +0100 Subject: [PATCH] initial commit --- .config/dunst/dunstrc | 1 + .i3/config | 1 + .i3/workspace3.json | 1 + bin/brightness.sh | 1 + bin/lock.sh | 1 + bin/sleep.sh | 1 + bin/sound.sh | 1 + 7 files changed, 7 insertions(+) create mode 120000 .config/dunst/dunstrc create mode 120000 .i3/config create mode 120000 .i3/workspace3.json create mode 120000 bin/brightness.sh create mode 120000 bin/lock.sh create mode 120000 bin/sleep.sh create mode 120000 bin/sound.sh diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 120000 index 0000000..0faa1f8 --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1 @@ +../../../.config/dunst/dunstrc \ No newline at end of file diff --git a/.i3/config b/.i3/config new file mode 120000 index 0000000..bd5213a --- /dev/null +++ b/.i3/config @@ -0,0 +1 @@ +../../.i3/config \ No newline at end of file diff --git a/.i3/workspace3.json b/.i3/workspace3.json new file mode 120000 index 0000000..db2c28a --- /dev/null +++ b/.i3/workspace3.json @@ -0,0 +1 @@ +../../.i3/workspace3.json \ No newline at end of file diff --git a/bin/brightness.sh b/bin/brightness.sh new file mode 120000 index 0000000..e4382bb --- /dev/null +++ b/bin/brightness.sh @@ -0,0 +1 @@ +../../bin/brightness.sh \ No newline at end of file diff --git a/bin/lock.sh b/bin/lock.sh new file mode 120000 index 0000000..0ef5398 --- /dev/null +++ b/bin/lock.sh @@ -0,0 +1 @@ +../../bin/lock.sh \ No newline at end of file diff --git a/bin/sleep.sh b/bin/sleep.sh new file mode 120000 index 0000000..f4e687e --- /dev/null +++ b/bin/sleep.sh @@ -0,0 +1 @@ +../../bin/sleep.sh \ No newline at end of file diff --git a/bin/sound.sh b/bin/sound.sh new file mode 120000 index 0000000..8ebbf57 --- /dev/null +++ b/bin/sound.sh @@ -0,0 +1 @@ +../../bin/sound.sh \ No newline at end of file