flere fejl rettelser
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
# fjerner unødvendige tegn, og viser dem i wofi.
|
||||
grep -oP '^bind\s*=\s*.*' ~/.config/hypr/hyprland.conf | \
|
||||
sed -e 's/bind = //' -e 's/SUPER/WIN/' | \
|
||||
wofi --show dmenu -p "Hyprland Keybindings"
|
||||
wofi --show dmenu --conf "$HOME/.config/wofi/config" --style "$HOME/.config/wofi/style.css" -p "Hyprland Keybindings"
|
||||
@@ -58,18 +58,24 @@ general {
|
||||
}
|
||||
|
||||
decoration {
|
||||
# Generel dekoration
|
||||
rounding = 3
|
||||
|
||||
# Blur-effekt for gennemsigtighed
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 1
|
||||
new_optimizations = true
|
||||
}
|
||||
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
# Skygge-effekt omkring vinduer
|
||||
shadow {
|
||||
enabled = yes
|
||||
range = 4
|
||||
render_power = 3
|
||||
color = 0xee1a1a1a
|
||||
}
|
||||
}
|
||||
|
||||
animations {
|
||||
@@ -124,4 +130,4 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||
|
||||
# Vis keybindings i en wofi menu
|
||||
bind = $mainMod, SPACE, exec, ~/.local/bin/hypr-keys.sh --conf /home/{{ username }}/.config/wofi/config --style /home/{{ username }}/.config/wofi/style.css
|
||||
bind = $mainMod, SPACE, exec, ~/.local/bin/hypr-keys.sh
|
||||
Reference in New Issue
Block a user