diff --git a/.config/.wallpaper/aerial.jpg b/.config/.wallpaper/aerial.jpg deleted file mode 100644 index 3626b28..0000000 Binary files a/.config/.wallpaper/aerial.jpg and /dev/null differ diff --git a/.config/.wallpaper/aerial.png b/.config/.wallpaper/aerial.png deleted file mode 100644 index a092310..0000000 Binary files a/.config/.wallpaper/aerial.png and /dev/null differ diff --git a/.config/.wallpaper/astronautjelly.jpg b/.config/.wallpaper/astronautjelly.jpg deleted file mode 100644 index e9ecde5..0000000 Binary files a/.config/.wallpaper/astronautjelly.jpg and /dev/null differ diff --git a/.config/.wallpaper/lock.png b/.config/.wallpaper/lock.png new file mode 100644 index 0000000..94d8577 Binary files /dev/null and b/.config/.wallpaper/lock.png differ diff --git a/.config/.wallpaper/wall.png b/.config/.wallpaper/wall.png new file mode 100644 index 0000000..a603185 Binary files /dev/null and b/.config/.wallpaper/wall.png differ diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 8a330fd..7cbfc0b 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -21,7 +21,7 @@ source = ~/.config/hypr/conf/autostart.conf # Set programs that you use $terminal = kitty -$fileManager = nautilus -w +$fileManager = nemo $menu = rofi --show drun # Some default env vars. @@ -101,7 +101,7 @@ animations { animation = border, 1, 10, default animation = borderangle, 1, 8, default animation = fade, 1, 7, default - animation = workspaces, 1, 4, default, slide + animation = workspaces, 1, 4, default } dwindle { @@ -142,7 +142,7 @@ device { # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. -windowrulev2 = opacity 0.85,class:^(org.gnome.Nautilus) +windowrulev2 = opacity 0.85,class:^(nemo) windowrulev2 = opacity 0.90,class:^(Code) windowrule = opacity 0.90, ^(Spotify)$ windowrule = opacity 0.80, ^(org.qbittorrent.qBittorrent)$ @@ -181,8 +181,8 @@ bind = $mainMod, down, movefocus, d bind = $mainMod, F, fullscreen, 1 bind = $mainMod SHIFT, F, fullscreen, 0 bind = $mainMod CTRL, F, fakefullscreen -bind = $mainMod, L, exec, killall hyprlock ; hyprlock -bind = CTRL ALT, S , exec, systemctl suspend; killall hyprlock ; hyprlock +bind = $mainMod, L, exec, hyprlock +bind = CTRL ALT, S , exec, systemctl suspend; hyprlock # Switch workspaces with mainMod + [0-9] bind = $mainMod, A, workspace, 1 @@ -249,7 +249,7 @@ bind = CTRL ALT, M, exec, nbfc set -f 0 1 -s 100 bind = CTRL ALT, P, exec, nbfc set -f 0 1 -a # Lid Switch -bindl=,switch:Lid Switch, exec, killall hyprlock ; hyprlock +bindl=,switch:Lid Switch, exec, hyprlock # Gamemode bind = WIN, F1, exec, ~/.config/hypr/gamemode.sh diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index 5de388e..d74f558 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -8,7 +8,7 @@ background { monitor = - path = $HOME/.config/.wallpaper/aerial.png # only png supported for now + path = $HOME/.config/.wallpaper/lock.png # only png supported for now } input-field { diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf index 3948946..1e3d40d 100644 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -1,6 +1,6 @@ -preload = ~/.config/.wallpaper/aerial.jpg +preload = ~/.config/.wallpaper/wall.png -wallpaper = ,~/.config/.wallpaper/aerial.jpg +wallpaper = ,~/.config/.wallpaper/wall.png splash = true diff --git a/.gitignore b/.gitignore index 7b9851d..93036d1 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,4 @@ .config/systemmonitorrc .config/user-dirs.dirs .config/user-dirs.locale +.config/menus/