add backgrounds submodule
This commit is contained in:
parent
689d8c2fae
commit
e4c8e60218
3 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
1
Bilder/backgrounds
Submodule
1
Bilder/backgrounds
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a46f3581036c66b17a7e8511da0bec51925b47a3
|
Loading…
Reference in a new issue