Waybar now remembers when it must hide or show after reboot, set-wallpaper and batteryctl patches, changed waybar style once again, plus various minor tweaks
This commit is contained in:
parent
806d59b71d
commit
3a293cf0f3
15 changed files with 107 additions and 32 deletions
|
|
@ -46,7 +46,7 @@ decoration {
|
|||
blur {
|
||||
enabled = true
|
||||
size = 6
|
||||
passes = 2
|
||||
passes = 3
|
||||
|
||||
vibrancy = 0.1696
|
||||
}
|
||||
|
|
@ -121,6 +121,7 @@ misc {
|
|||
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
|
||||
disable_splash_rendering = true # Disable default wallpapers rendering
|
||||
vfr = true # Lower sent frames when idle
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -16,12 +16,9 @@ $notificationsManager = fnott
|
|||
#################
|
||||
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
exec-once = ~/.config/hypr/scripts/autostart.sh
|
||||
# Or execute your favorite apps at launch like this:
|
||||
|
||||
exec-once = hyprpaper & waybar
|
||||
exec-once = albert
|
||||
exec-once = mako
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
# exec-once = firefox
|
||||
|
||||
|
||||
#############################
|
||||
|
|
@ -30,7 +27,36 @@ exec-once = systemctl --user start hyprpolkitagent
|
|||
|
||||
# See https://wiki.hyprland.org/Configuring/Environment-variables/
|
||||
|
||||
# HyprCursor
|
||||
env = HYPRCURSOR_THEME,VolantesCursors
|
||||
env = XCURSOR_THEME,VolantesCursors
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
# XDG Desktop Portal
|
||||
env = XDG_SESSION_DESKTOP,Hyprland
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
|
||||
# Experimental
|
||||
|
||||
# GTK
|
||||
# env = GTK_USE_PORTAL,1
|
||||
# env = GDK_SCALE,2 # Xwayland scale
|
||||
# Qt
|
||||
# env = QT_WAYLAND_DISABLE_WINDOWDECORATION,
|
||||
# Firefox
|
||||
# env = MOZ_ENABLE_WAYLAND,1
|
||||
# env = MOZ_USE_XINPUT2,1
|
||||
# WLRoots
|
||||
# env = WLR_NO_HARDWARE_CURSORS,1
|
||||
# env = WLR_RENDERER,vulkan
|
||||
# SDL
|
||||
# env = SDL_VIDEODRIVER,wayland
|
||||
|
||||
# Nvidia
|
||||
|
||||
# GBM backend
|
||||
# env = GBM_BACKEND,nvidia-drm
|
||||
# env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
# Hardware acceleration
|
||||
# env = LIBVA_DRIVER_NAME,nvidia
|
||||
# env = NVD_BACKEND,direct
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ input {
|
|||
|
||||
follow_mouse = 1
|
||||
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
sensitivity = 0.1 # -1.0 - 1.0, 0 means no modification.
|
||||
|
||||
touchpad {
|
||||
natural_scroll = true
|
||||
|
|
@ -42,6 +42,7 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
|
|||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, RETURN, exec, $terminal
|
||||
bind = $mainMod, SPACE, exec, $terminal
|
||||
bind = $mainMod, Q, killactive,
|
||||
bind = $mainMod SHIFT, M, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
|
|
@ -113,12 +114,10 @@ bindl = , XF86AudioPlay, exec, playerctl play-pause
|
|||
bindl = , XF86AudioPrev, exec, playerctl previous
|
||||
|
||||
# Screenshot
|
||||
bind = , Print, exec, grim -g "$(slurp)" $HOME/Pictures/Screenshots/$(date +'%F_%T_grim.png') && hyprctl notify 1 2000 0 Screenshot saved!
|
||||
#bind = , Print, exec, hyprctl notify 1 2000 0 Screenshot saved!
|
||||
#bind = , Print, exec, hyprctl notify 0 2000 0 Slurp not implemented
|
||||
bind = , Print, exec, ~/.config/hypr/scripts/screenshot.sh
|
||||
|
||||
# Toggle waybar
|
||||
bind = $mainMod, B, exec, $HOME/.config/hypr/scripts/toggle-waybar.sh
|
||||
bind = $mainMod, B, exec, ~/.config/hypr/scripts/toggle-waybar.sh
|
||||
|
||||
# Reload desktop
|
||||
bind = $mainMod SHIFT, R, exec, $HOME/.config/hypr/scripts/reload.sh
|
||||
bind = $mainMod SHIFT, R, exec, ~/.config/hypr/scripts/reload.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue