From fe6e077f95472b5816679fdb03dbc388f64f653d Mon Sep 17 00:00:00 2001 From: Louis Dalibard Date: Fri, 19 Apr 2024 17:42:11 +0200 Subject: [PATCH] feat: init commit --- .gitmodules | 6 ++++++ desktop/PKGBUILD | 7 ++++++- devel/PKGBUILD | 8 -------- swaylock-effects-git | 1 + wlogout-git | 1 + 5 files changed, 14 insertions(+), 9 deletions(-) create mode 160000 swaylock-effects-git create mode 160000 wlogout-git diff --git a/.gitmodules b/.gitmodules index af431ee..fec9d26 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,9 @@ [submodule "vscodium-bin"] path = vscodium-bin url = https://aur.archlinux.org/vscodium-bin.git +[submodule "wlogout-git"] + path = wlogout-git + url = https://aur.archlinux.org/wlogout-git.git +[submodule "swaylock-effects-git"] + path = swaylock-effects-git + url = https://aur.archlinux.org/swaylock-effects-git.git diff --git a/desktop/PKGBUILD b/desktop/PKGBUILD index 258e31c..0afe9ac 100644 --- a/desktop/PKGBUILD +++ b/desktop/PKGBUILD @@ -89,8 +89,13 @@ depends=( 'waybar' 'wtype' - # DEs + # DEs (GNOME) 'gnome' 'gnome-extra' + + # DEs (Hyprland) + 'grim' 'hyprland' + 'slurp' + 'swaylock' ) \ No newline at end of file diff --git a/devel/PKGBUILD b/devel/PKGBUILD index cfb0371..1c4ecf8 100644 --- a/devel/PKGBUILD +++ b/devel/PKGBUILD @@ -17,14 +17,6 @@ depends=( 'go' 'gopls' - # Godot - 'pkgconf' - 'scons' - - # Lua - 'lua' - 'lua-language-server' - # Rust 'rust-analyzer' 'rustup' diff --git a/swaylock-effects-git b/swaylock-effects-git new file mode 160000 index 0000000..7bb2177 --- /dev/null +++ b/swaylock-effects-git @@ -0,0 +1 @@ +Subproject commit 7bb217710bb146afeaf488048d18e02ba14e36ca diff --git a/wlogout-git b/wlogout-git new file mode 160000 index 0000000..b44c551 --- /dev/null +++ b/wlogout-git @@ -0,0 +1 @@ +Subproject commit b44c55123f500cb0b5f94c1be72a1d203f323672