From e4c8e60218e075325b28f1dd09ee90a1e43c42b9 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Thu, 17 Sep 2020 03:03:28 +0200 Subject: [PATCH] add backgrounds submodule --- .config/sway/config | 2 +- .gitmodules | 3 +++ Bilder/backgrounds | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 Bilder/backgrounds diff --git a/.config/sway/config b/.config/sway/config index e39f138..528dca2 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -48,7 +48,7 @@ input 9456:311:Metadot_-_Das_Keyboard_Das_Keyboard_Model_S xkb_model "pc105" output $primary_monitor_identifier pos 0 0 res $primary_monitor_resolution scale $primary_monitor_scale output DP-3 pos $secondary_monitor_x_offset 0 res 1920x1200 -output * bg /usr/share/backgrounds/default fill +output * bg $HOME/Bilder/backgrounds/triangle.png fill bindswitch --reload --locked lid:on output $primary_monitor_identifier disable bindswitch --reload --locked lid:off output $primary_monitor_identifier enable diff --git a/.gitmodules b/.gitmodules index af53047..7bd8db4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule ".vim/bundle/onedark.vim"] path = .vim/bundle/onedark.vim url = https://github.com/joshdick/onedark.vim.git +[submodule "Bilder/backgrounds"] + path = Bilder/backgrounds + url = https://git.f3l.de/ghost/backgrounds.git diff --git a/Bilder/backgrounds b/Bilder/backgrounds new file mode 160000 index 0000000..a46f358 --- /dev/null +++ b/Bilder/backgrounds @@ -0,0 +1 @@ +Subproject commit a46f3581036c66b17a7e8511da0bec51925b47a3