added alot

This commit is contained in:
Robin
2025-11-30 21:51:33 +01:00
parent bdd48d2b73
commit 532cf4542e
15 changed files with 2287 additions and 52 deletions

View File

@@ -33,7 +33,7 @@ general {
gaps_in = 8
gaps_out = 8
border_size = 2
col.active_border = rgba(a6da95ee) rgba(b7bdf8ee) 45deg
col.active_border = rgba(f7f7f7aa) rgba(d3eec5aa) 45deg
col.inactive_border = rgba(595959aa)
layout = dwindle
@@ -76,7 +76,7 @@ master {
$mainMod = SUPER
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, Q, exec, kitty #terminal
bind = $mainMod, Q, exec, ghostty #terminal
bind = $mainMod, C, killactive,
bind = $mainMod, N, exec, hyprlock #lock screen
@@ -84,11 +84,11 @@ bind = $mainMod, E, exec, nautilus #File explorer
bind = $mainMod, V, togglefloating,
bind = $mainMod, R, exec, rofi -show drun #application launcher
bind = $mainMod SHIFT, R, exec, ps aux | grep waybar | grep -v grep | awk '{print $2}' | xargs kill; waybar
bind = $mainMod SHIFT, R, exec, pkill waybar; waybar
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, W, exec, pavucontrol
bind = $mainMod, O, togglesplit, # dwindle
bind = $mainMod, F, exec, librewolf
bind = $mainMod, F, exec, zen
# Move focus with mainMod + arrow keys
bind = $mainMod, H, movefocus, l

View File

@@ -35,7 +35,7 @@ animations {
background {
monitor =
path = ~/Pictures/frieren-ultrawide-5040x2160-15153.jpg
path = ~/Pictures/wallpapers/frierens-staff-3840x2160-20067.jpg
blur_passes = 3
}