+ hyprdim
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
# hyprland
|
||||
# ---
|
||||
aur:hyprdim # dim windows on switch
|
||||
aur:hyprmon-bin # multi-monitor profile manager
|
||||
hypridle # idle management deamon
|
||||
hyprland # tiling wayland compositor | https://wiki.archlinux.org/title/Hyprland
|
||||
@@ -64,13 +65,12 @@ aur:onlyoffice-bin # ms office replacement
|
||||
aur:pcloud-drive # cloud drive
|
||||
aur:qogir-icon-theme # mouse cursor theme
|
||||
aur:srm # secure delete
|
||||
#aur:sublime-text-4 # text editor
|
||||
aur:sublime-text-dev # editor - dev build
|
||||
aur:sweet-folders-icons-git # folder theme (using/including the candy icons theme)
|
||||
aur:threema-desktop-beta # threema desktop 2.0 beta
|
||||
aur:treesheets-git # https://strlen.com/treesheets/
|
||||
aur:vscodium-bin # ide - vs code w/o telemetry
|
||||
aur:yt-dlp-git # cli downloader - youtube-dl fork
|
||||
aur:sublime-text-dev # editor - dev build
|
||||
|
||||
#arandr # gui for xrandr
|
||||
#bluez # bluetooth deamons
|
||||
@@ -138,6 +138,7 @@ aur:sublime-text-dev # editor - dev build
|
||||
#xorg-xdpyinfo # display information utility for x
|
||||
#zed # code editor
|
||||
|
||||
bc # calculator language | used for dec to base 36 conversion in bash
|
||||
brightnessctl # brightness control tool
|
||||
cups # printing
|
||||
cups-pdf # pdf printer for cups
|
||||
@@ -157,6 +158,7 @@ pavucontrol # pulseaudio volume control
|
||||
pcmanfm # file manager
|
||||
playerctl # media player controller
|
||||
psensor # graphical hardware temperature monitoring application
|
||||
r # r-lang / r lang / language and environment for statistical computing and graphics
|
||||
rsync # file copying tool
|
||||
samba # access samba shares (smb://) and cifs mounts (cifs-utils)
|
||||
seahorse # gui for viewing keyring entries / managing pgp keys
|
||||
@@ -169,5 +171,3 @@ ufw # cli tool for managing a netfilter fire
|
||||
unrar # rar uncompression
|
||||
unzip # extract and view .zip archives
|
||||
zip # for creating and modifying zip files
|
||||
bc # calculator language | used for dec to base 36 conversion in bash
|
||||
r # r-lang / r lang / language and environment for statistical computing and graphics
|
||||
|
||||
@@ -10,10 +10,16 @@ waybar & # st
|
||||
hyprpaper & # wallpaper
|
||||
hypropolkitagent & # authentification
|
||||
hypridle & # idle management deamon
|
||||
|
||||
#hyprdim --strength 0.1 --dialog-dim 0.1 --duration 500 --no-dim-when-only &
|
||||
|
||||
|
||||
hyprdim --strength 0.1 --dialog-dim 0.1 --duration 500 -& # dims windows on switch | https://github.com/donovanglover/hyprdim
|
||||
# Options:
|
||||
# -s, --strength <STRENGTH> A value from 0 (no dim) to 1 (maximum dim) [default: 0.4]
|
||||
# -d, --duration <DURATION> How many milliseconds to wait before removing dim [default: 800]
|
||||
# -f, --fade <FADE> Fade animation speed from 0 (instantaneous) to 255 (very slow) [default: 7]
|
||||
# -b, --bezier <BEZIER> Bezier curve used for the animation [default: default]
|
||||
# -D, --dialog-dim <DIALOG_DIM> Strength of dim for windows that are the same class and floating [default: 0.7]
|
||||
# -v, --verbose Show information about what hyprdim is doing
|
||||
# -h, --help Print help (see more with '--help')
|
||||
# -V, --version Print version
|
||||
nextcloud & # nextcloud file sync
|
||||
pcloud & # pcloud service
|
||||
|
||||
|
||||
Reference in New Issue
Block a user