wip
This commit is contained in:
@@ -16,16 +16,17 @@
|
|||||||
|
|
||||||
# hyprland
|
# hyprland
|
||||||
# ---
|
# ---
|
||||||
|
aur:hyprmon-bin # multi-monitor profile manager
|
||||||
hyprland # tiling wayland compositor | https://wiki.archlinux.org/title/Hyprland
|
hyprland # tiling wayland compositor | https://wiki.archlinux.org/title/Hyprland
|
||||||
hyprlauncher # launcher / picker
|
hyprlauncher # launcher / picker
|
||||||
hyprpaper # wallpaper
|
hyprpaper # wallpaper
|
||||||
hyprpolkitagent # authentication agent
|
hyprpolkitagent # authentication agent
|
||||||
xdg-desktop-portal-hyprland # xdg-desktop-portal backend
|
hyprshot # hyprland screenshot utility
|
||||||
waybar # status bar
|
|
||||||
qt5-wayland # qt5 support
|
qt5-wayland # qt5 support
|
||||||
qt6-wayland # t6 support
|
qt6-wayland # t6 support
|
||||||
swaync # notification deamon
|
swaync # notification deamon
|
||||||
aur:hyprmon-bin # multi-monitor profile manager
|
waybar # status bar
|
||||||
|
xdg-desktop-portal-hyprland # xdg-desktop-portal backend
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
# ---
|
# ---
|
||||||
@@ -133,7 +134,6 @@ aur:yt-dlp-git # cli downloader - youtube-dl fork
|
|||||||
#xorg-xdpyinfo # display information utility for x
|
#xorg-xdpyinfo # display information utility for x
|
||||||
#zed # code editor
|
#zed # code editor
|
||||||
|
|
||||||
hyprshot # hyprland screenshot utility
|
|
||||||
lm_sensors # tools for general smbus access and hardware monitoring
|
lm_sensors # tools for general smbus access and hardware monitoring
|
||||||
cups # printing
|
cups # printing
|
||||||
cups-pdf # pdf printer for cups
|
cups-pdf # pdf printer for cups
|
||||||
|
|||||||
@@ -55,7 +55,8 @@ alias sizeInBytes="stat -c %s"
|
|||||||
alias ssh_weba_r="ssh -v -t root@weba -p 1808 'export TERM=xterm; cd /tmp; bash -l'"
|
alias ssh_weba_r="ssh -v -t root@weba -p 1808 'export TERM=xterm; cd /tmp; bash -l'"
|
||||||
alias ssh_weba_u="ssh -v -t usr@weba -p 1808 'export TERM=xterm; cd /tmp; bash -l'"
|
alias ssh_weba_u="ssh -v -t usr@weba -p 1808 'export TERM=xterm; cd /tmp; bash -l'"
|
||||||
alias ssh="ssh -v"
|
alias ssh="ssh -v"
|
||||||
alias tp-empty="trash-empty"
|
alias trash-empty="trash-empty && gio trash --empty"
|
||||||
|
alias tp-empty="trash-empty && gio trash --empty"
|
||||||
alias tp-list="tree ~/.local/share/Trash/"
|
alias tp-list="tree ~/.local/share/Trash/"
|
||||||
alias tp-restore="trash-restore"
|
alias tp-restore="trash-restore"
|
||||||
alias tp="tp.sh"
|
alias tp="tp.sh"
|
||||||
|
|||||||
@@ -19,6 +19,5 @@ pcloud & # pcloud serv
|
|||||||
|
|
||||||
if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then
|
if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then
|
||||||
hyprmon --profile office &
|
hyprmon --profile office &
|
||||||
psensor &
|
|
||||||
synology-drive &
|
synology-drive &
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -214,6 +214,39 @@ misc {
|
|||||||
key_press_enables_dpms = true # key press will turn on screen(s)
|
key_press_enables_dpms = true # key press will turn on screen(s)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
# wallpaper
|
||||||
|
# - - - - -
|
||||||
|
# https://wiki.hypr.land/Hypr-Ecosystem/hyprpaper/
|
||||||
|
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
||||||
|
# list monitors with: `hyprctl monitors`
|
||||||
|
|
||||||
|
wallpaper {
|
||||||
|
monitor = DP-3
|
||||||
|
path = ~/.local/share/wp/5120x2880_neonLandscape.jpg
|
||||||
|
fit_mode = cover
|
||||||
|
}
|
||||||
|
|
||||||
|
wallpaper {
|
||||||
|
monitor = DP-2
|
||||||
|
path = ~/.local/share/wp/3840x2160_retroSunsetDreamscape_backiee-285012-landscape.jpg
|
||||||
|
fit_mode = cover
|
||||||
|
}
|
||||||
|
|
||||||
|
# fallback
|
||||||
|
wallpaper {
|
||||||
|
monitor =
|
||||||
|
path = ~/.local/share/wp/5600x2560_neonHighwayMountains.jpg
|
||||||
|
fit_mode = cover
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#preload = ~/.config/hypr/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg
|
||||||
|
#wallpaper = eDP-1,~/.config/hypr/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg
|
||||||
|
#wallpaper = HDMI-A-1,~/.config/hypr/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
####################################################
|
####################################################
|
||||||
### binds (keebindings) ###
|
### binds (keebindings) ###
|
||||||
|
|||||||
9
dots/hyprpaper/hyprpaper.conf
Normal file
9
dots/hyprpaper/hyprpaper.conf
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# klevstul
|
||||||
|
|
||||||
|
# https://github.com/hyprwm/hyprpaper
|
||||||
|
|
||||||
|
# list monitors with: `hyprctl monitors`
|
||||||
|
|
||||||
|
preload = ~/.config/hypr/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg
|
||||||
|
wallpaper = eDP-1,~/.config/hypr/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg
|
||||||
|
wallpaper = HDMI-A-1,~/.config/hypr/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg
|
||||||
Reference in New Issue
Block a user