This commit is contained in:
committer@tuxwarrior
2026-02-26 13:51:19 -05:00
parent be3e6a9562
commit d089478e18
4 changed files with 24 additions and 11 deletions

View File

@@ -137,7 +137,7 @@ please note, this step is only needed when arch is to be installed on a new host
- `sudo ./ctsetup.sh` - `sudo ./ctsetup.sh`
- `sudo ct yay` (install yay, which is used to install aur packages) - `sudo ct yay` (install yay, which is used to install aur packages)
- `sudo ct uf` (full update, install packages) - `sudo ct uf` (full update, install packages)
- same as running the two commands `sudo ct s` (software) and `sudo ct d` (dots) - same as running the two commands `sudo ct s` (software) and `sudo ct d h` (dots inc hyprland cfg)
- `sudo ct dots+` (download wallpapers, fonts++) - `sudo ct dots+` (download wallpapers, fonts++)
- loop install - until all programs are successfully installed, as i have experiences not all being installed at once - loop install - until all programs are successfully installed, as i have experiences not all being installed at once
- note that some packages (in `packages.txt`) might have to be removed, as they might no longer be active / be working - note that some packages (in `packages.txt`) might have to be removed, as they might no longer be active / be working

1
docs/moveNiftyHere.maybe Normal file
View File

@@ -0,0 +1 @@
?

View File

@@ -281,6 +281,14 @@ bind = , PRINT, exec, hyprshot -m region # region
#bind = $mainMod, V, layoutmsg, preselect d # next window to the top (vertical mode) #bind = $mainMod, V, layoutmsg, preselect d # next window to the top (vertical mode)
#bind = $mainMod SHIFT, V, layoutmsg, preselect d # next window to the bottom #bind = $mainMod SHIFT, V, layoutmsg, preselect d # next window to the bottom
# resize to the top/bottom
bind = $mainMod, R, submap, resize
submap = resize
bind = , up, resizeactive, 0 -100
bind = , down, resizeactive, 0 100
bind = , Return, submap, reset
submap = reset
# window cycle # window cycle
# https://github.com/hyprwm/Hyprland/issues/2061 # https://github.com/hyprwm/Hyprland/issues/2061
#bind = ALT, TAB, cyclenext # cycle windows in same workspace #bind = ALT, TAB, cyclenext # cycle windows in same workspace

View File

@@ -289,6 +289,20 @@ if [ ${operation} == "dots" ] ; then
file_path=/home/${system_user}/.ssh file_path=/home/${system_user}/.ssh
deploy_file "${dots_trg}/ssh/${file_name}" "${file_path}/${file_name}" deploy_file "${dots_trg}/ssh/${file_name}" "${file_path}/${file_name}"
# ----------
# hyperland & friends
# ----------
# hyprland
if [ ${parameter} == "hyprland" ] ; then
file_name=hyprland.conf
file_path=/home/${system_user}/.config/hypr
create_dir ${file_path}
deploy_file "${dots_trg}/hyprland/${file_name}" "${file_path}/${file_name}"
fi
# ---------- # ----------
# printing # printing
# #
@@ -356,16 +370,6 @@ if [ ${operation} == "dots" ] ; then
create_dir ${file_path} create_dir ${file_path}
deploy_file "${dots_trg}/helix/${file_name}" "${file_path}/${file_name}" deploy_file "${dots_trg}/helix/${file_name}" "${file_path}/${file_name}"
# hyprland
if [ ${parameter} == "hyprland" ] ; then
file_name=hyprland.conf
file_path=/home/${system_user}/.config/hypr
create_dir ${file_path}
deploy_file "${dots_trg}/hyprland/${file_name}" "${file_path}/${file_name}"
fi
# pcmanfm # pcmanfm
# bookmarks found in "dots/gtk/.gtk-bookmarks" # bookmarks found in "dots/gtk/.gtk-bookmarks"
file_name=pcmanfm.conf file_name=pcmanfm.conf