wip
This commit is contained in:
@@ -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
1
docs/moveNiftyHere.maybe
Normal file
@@ -0,0 +1 @@
|
|||||||
|
?
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user