Moved dotfiles to new location for switch to nix
This commit is contained in:
11
dotfiles/.screenlayout/launch.sh
Executable file
11
dotfiles/.screenlayout/launch.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
function load_script() {
|
||||
if [ -f "$1" ]; then
|
||||
$1
|
||||
fi
|
||||
}
|
||||
|
||||
load_script "$HOME/.screenlayout/layout.sh" # screen layout script
|
||||
load_script "$HOME/.screenlayout/wallpapers.sh" # wallpapers script
|
||||
|
||||
Reference in New Issue
Block a user