From 314331c945025470cc6b91670d0ea85b1eecc0c7 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 23 Sep 2025 08:32:59 +0200 Subject: [PATCH 01/11] added 4 finger workspace window move --- desktopenvs/hyprland/hypr-usr/binds.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index dcc8949..91eb3fb 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -18,6 +18,12 @@ gesture = 3, horizontal, workspace gesture = 3, up, dispatcher, movetoworkspacesilent, special:magic gesture = 3, down, special, magic +gesture = 4, down, dispatcher, movetoworkspace, special:magic +gesture = 4, up, dispatcher, movetoworkspace, r+0 + +gesture = 4, left, dispatcher, movetoworkspace, r+1 +gesture = 4, right, dispatcher, movetoworkspace, r-1 + #################### ### KEYBINDINGSS ### #################### From 59d9817789e8c4a18f7de6007b5e626b466f3bde Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 23 Sep 2025 08:45:04 +0200 Subject: [PATCH 02/11] added 3 finger pinch for resize, and 2 finger pinch to pickup and move windows --- desktopenvs/hyprland/hypr-usr/binds.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index 91eb3fb..355c433 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -14,9 +14,12 @@ $menu = ulauncher-toggle ### GESTURES ### #################### +gesture = 2, pinchout, move + gesture = 3, horizontal, workspace gesture = 3, up, dispatcher, movetoworkspacesilent, special:magic gesture = 3, down, special, magic +gesture = 3, pinch, resize gesture = 4, down, dispatcher, movetoworkspace, special:magic gesture = 4, up, dispatcher, movetoworkspace, r+0 From b77c200f4ee8851a7a98592c0bb593bd499ede11 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 23 Sep 2025 08:50:34 +0200 Subject: [PATCH 03/11] added 2 finger pinch for ulauncher toggle --- desktopenvs/hyprland/hypr-usr/binds.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index 355c433..894ccf8 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -15,6 +15,7 @@ $menu = ulauncher-toggle #################### gesture = 2, pinchout, move +gesture = 2, pinchin, dispatcher, exec, $menu gesture = 3, horizontal, workspace gesture = 3, up, dispatcher, movetoworkspacesilent, special:magic From 9358c9d521b6f8bf59bffc4847e46736b5fffe9c Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 23 Sep 2025 09:08:00 +0200 Subject: [PATCH 04/11] added 4 finger pinch close --- desktopenvs/hyprland/hypr-usr/binds.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index 894ccf8..4fac1e3 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -22,6 +22,8 @@ gesture = 3, up, dispatcher, movetoworkspacesilent, special:magic gesture = 3, down, special, magic gesture = 3, pinch, resize +gesture = 4, pinchout, close + gesture = 4, down, dispatcher, movetoworkspace, special:magic gesture = 4, up, dispatcher, movetoworkspace, r+0 From a60c01941823fc2b9f3897796ee35f9a668a8cf1 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 23 Sep 2025 09:12:57 +0200 Subject: [PATCH 05/11] added 4 finger pinch to open terminal --- desktopenvs/hyprland/hypr-usr/binds.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index 4fac1e3..59035af 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -23,6 +23,7 @@ gesture = 3, down, special, magic gesture = 3, pinch, resize gesture = 4, pinchout, close +gesture = 4, pinchin, dispatcher, exec, $terminal gesture = 4, down, dispatcher, movetoworkspace, special:magic gesture = 4, up, dispatcher, movetoworkspace, r+0 From e6a5a609bb2e4bf8c7500be6461c44b65fc0a1ad Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 23 Sep 2025 13:30:31 +0200 Subject: [PATCH 06/11] changed 3 finger pinch to floating --- desktopenvs/hyprland/hypr-usr/binds.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index 59035af..4af9df2 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -20,7 +20,8 @@ gesture = 2, pinchin, dispatcher, exec, $menu gesture = 3, horizontal, workspace gesture = 3, up, dispatcher, movetoworkspacesilent, special:magic gesture = 3, down, special, magic -gesture = 3, pinch, resize +gesture = 3, pinchin, float, float +gesture = 3, pinchout, float, tile gesture = 4, pinchout, close gesture = 4, pinchin, dispatcher, exec, $terminal From ff878f7473abd7ee3f8ac540f95fef60c8c46501 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 23 Sep 2025 13:33:25 +0200 Subject: [PATCH 07/11] reversed directionality on last commit --- desktopenvs/hyprland/hypr-usr/binds.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index 4af9df2..735abb9 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -20,8 +20,8 @@ gesture = 2, pinchin, dispatcher, exec, $menu gesture = 3, horizontal, workspace gesture = 3, up, dispatcher, movetoworkspacesilent, special:magic gesture = 3, down, special, magic -gesture = 3, pinchin, float, float -gesture = 3, pinchout, float, tile +gesture = 3, pinchin, float, tile +gesture = 3, pinchout, float, float gesture = 4, pinchout, close gesture = 4, pinchin, dispatcher, exec, $terminal From 8b614ad8f99c10898a246b386b726c43744de361 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 23 Sep 2025 17:06:53 +0200 Subject: [PATCH 08/11] changed appdrawer kb shortcut to cmd-shift-a --- desktopenvs/hyprland/hypr-usr/binds.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index 735abb9..92be6d7 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -16,7 +16,6 @@ $menu = ulauncher-toggle gesture = 2, pinchout, move gesture = 2, pinchin, dispatcher, exec, $menu - gesture = 3, horizontal, workspace gesture = 3, up, dispatcher, movetoworkspacesilent, special:magic gesture = 3, down, special, magic @@ -227,7 +226,7 @@ bind = $mainMod SHIFT, S, exec, killall nwg-dock-hyprland && nwg-dock-hyprland - bind = $mainMod SHIFT, D, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -c ~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh -mb 15 -r -s style.css -p bottom bindr = $mainMod, D, exec, nwg-dock-hyprland -bind = $mainMod, A, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh +bind = $mainMod SHIFT, A, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh bind = $mainMod, W, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/menu.sh #GROUPS From a893d68fb8f756a83e334f2d560cb149ebf90fa3 Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 25 Sep 2025 18:48:10 +0200 Subject: [PATCH 09/11] added cron to setup scripts --- setup/modules/core-packages.sh | 2 +- setup/modules/core.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/setup/modules/core-packages.sh b/setup/modules/core-packages.sh index 4f71943..fdacca0 100644 --- a/setup/modules/core-packages.sh +++ b/setup/modules/core-packages.sh @@ -1,2 +1,2 @@ #!/bin/bash -sudo pacman -Syu git 7zip pipewire distrobox htop nano vim firefox flatpak grub inetutils networkmanager neovim openssh base base-devel cockpit cockpit-files cockpit-podman zip unzip ufw fastfetch git wireplumber wpa_supplicant tree traceroute smartmontools ruby-pkg-config rust rustup usbutils pciutils qrencode bind btop gcc glib2 python python-pip atool nvim curl wget fastfetch fail2ban man-db wprs mc yazi atftp base base-devel btrfs-progs bluez ffmpeg gcc git grub htop inetutils iwd jq ldns libpulse linux linux-firmware openssh smartmontools traceroute ufw unzip zip vim wireless_tools wpa_supplicant zram-generator podman podman-compose vnstat inetutils symlinks arch-install-scripts greetd-tuigreet fd less +sudo pacman -Syu git 7zip pipewire distrobox htop nano vim firefox flatpak grub inetutils networkmanager neovim openssh base base-devel cockpit cockpit-files cockpit-podman zip unzip ufw fastfetch git wireplumber wpa_supplicant tree traceroute smartmontools ruby-pkg-config rust rustup usbutils pciutils qrencode bind btop gcc glib2 python python-pip atool nvim curl wget fastfetch fail2ban man-db wprs mc yazi atftp base base-devel btrfs-progs bluez ffmpeg gcc git grub htop inetutils iwd jq ldns libpulse linux linux-firmware openssh smartmontools traceroute ufw unzip zip vim wireless_tools wpa_supplicant zram-generator podman podman-compose vnstat inetutils symlinks arch-install-scripts greetd-tuigreet fd less cronie diff --git a/setup/modules/core.sh b/setup/modules/core.sh index 6b21e28..90048c5 100644 --- a/setup/modules/core.sh +++ b/setup/modules/core.sh @@ -4,6 +4,10 @@ echo "enabling NetworkManager" sudo systemctl enable NetworkManager.service +#cron setup +echo "enabling cronie" +sudo systemctl enable cronie.service + #greetd setup echo "Installing greetd" sudo cp -f ~/Dotfiles/desktopenvs/hyprland/greetd-tuigreet/config.toml /etc/greetd/config.toml From 356a4af514d9aa91e13327b05045627432693efd Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 25 Sep 2025 19:44:07 +0200 Subject: [PATCH 10/11] added en- and decrypt scritps --- decrypt.sh | 4 ++++ encrypt.sh | 3 +++ zshplugins.sh | 0 3 files changed, 7 insertions(+) create mode 100755 decrypt.sh create mode 100755 encrypt.sh mode change 100644 => 100755 zshplugins.sh diff --git a/decrypt.sh b/decrypt.sh new file mode 100755 index 0000000..82493b7 --- /dev/null +++ b/decrypt.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +echo $1 | openssl aes-256-cbc -d -a -pass pass:$2 + diff --git a/encrypt.sh b/encrypt.sh new file mode 100755 index 0000000..fd07a2c --- /dev/null +++ b/encrypt.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +echo $1 | openssl aes-256-cbc -a -salt -pass pass:$2 diff --git a/zshplugins.sh b/zshplugins.sh old mode 100644 new mode 100755 From 3503f0c28f04282fc9e70a61fc2fd3289dfdc5f9 Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 25 Sep 2025 19:51:25 +0200 Subject: [PATCH 11/11] fixed that warning en- and decrypt were throwing --- decrypt.sh | 2 +- encrypt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/decrypt.sh b/decrypt.sh index 82493b7..5239e47 100755 --- a/decrypt.sh +++ b/decrypt.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash -echo $1 | openssl aes-256-cbc -d -a -pass pass:$2 +echo $1 | openssl aes-256-cbc -d -a -pbkdf2 -pass pass:$2 diff --git a/encrypt.sh b/encrypt.sh index fd07a2c..d5f7cba 100755 --- a/encrypt.sh +++ b/encrypt.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -echo $1 | openssl aes-256-cbc -a -salt -pass pass:$2 +echo $1 | openssl aes-256-cbc -a -salt -pbkdf2 -pass pass:$2