So many updates that I don't remember what I did since the last commit
This commit is contained in:
parent
ec120f92ce
commit
7c718c80dc
21 changed files with 991 additions and 18 deletions
|
|
@ -56,6 +56,14 @@ decoration {
|
|||
# Apply blur to waybar
|
||||
layerrule = blur,waybar
|
||||
|
||||
# Apply blur to swaync
|
||||
layerrule = blur, swaync-control-center
|
||||
layerrule = blur, swaync-notification-window
|
||||
layerrule = ignorezero, swaync-control-center
|
||||
layerrule = ignorezero, swaync-notification-window
|
||||
layerrule = ignorealpha 0.5, swaync-control-center
|
||||
layerrule = ignorealpha 0.5, swaync-notification-window
|
||||
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#animations
|
||||
animations {
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@
|
|||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
#$fileManager = cosmic-files
|
||||
$fileManager = cosmic-files
|
||||
$fileManager = nautilus
|
||||
$menu = albert toggle
|
||||
$notificationsManager = fnott
|
||||
$notificationsManager = swaync
|
||||
|
||||
|
||||
#################
|
||||
|
|
|
|||
6
.config/hypr/config/fast-mod.conf
Normal file
6
.config/hypr/config/fast-mod.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Mod file to disable desktop animations
|
||||
|
||||
animations {
|
||||
enabled = false
|
||||
|
||||
}
|
||||
|
|
@ -51,6 +51,7 @@ bind = $mainMod SHIFT, M, exit, # Exit desktop session
|
|||
|
||||
# Shortcuts
|
||||
bind = $mainMod, RETURN, exec, $terminal
|
||||
bind = $mainMod, X, exec, $terminal # Absolutely not because I dislocated my arm
|
||||
bind = $mainMod, SPACE, exec, $menu
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bindel = , XF86Launch1, exec, kitty vim ~/.config/hypr/config
|
||||
|
|
|
|||
|
|
@ -12,4 +12,4 @@ source = ~/.config/hypr/config/input.conf
|
|||
source = ~/.config/hypr/config/kb_layouts/fr.conf
|
||||
source = ~/.config/hypr/config/appearance.conf
|
||||
source = ~/.config/hypr/config/plugins.conf
|
||||
# source = ~/.config/hypr/config/minimalist-mod.conf
|
||||
#source = ~/.config/hypr/config/fast-mod.conf
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
preload = ~/.config/hypr/images/wallpaper.png
|
||||
wallpaper = , ~/.config/hypr/images/wallpaper.png
|
||||
preload = ~/.config/hypr/images/wallpaper.jpg
|
||||
wallpaper = , ~/.config/hypr/images/wallpaper.jpg
|
||||
|
|
|
|||
BIN
.config/hypr/images/wallpaper.jpg
Normal file
BIN
.config/hypr/images/wallpaper.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 13 MiB |
|
|
@ -7,6 +7,6 @@
|
|||
hyprpaper &
|
||||
hyprpm reload -nn &
|
||||
albert &
|
||||
# mako &
|
||||
swaync &
|
||||
systemctl --user start hyprpolkitagent &
|
||||
~/.config/hypr/scripts/restore-waybar.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue