Compare commits

..

6 Commits

Author SHA1 Message Date
nichkara
878789c76b Add lxpolkit as auth agent 2025-11-09 08:39:41 +01:00
nichkara
026de9317f Add new wallpaper 2025-10-22 20:41:11 +02:00
nichkara
0a3f1a42f8 Change default wallpaper 2025-09-15 15:32:26 +02:00
nichkara
9c9149c1c9 Fix post update compatibility issue 2025-09-11 12:52:41 +02:00
nichkara
fc460aecfa Starting off hyprland with nix 2025-09-08 13:47:28 +02:00
nichkara
fa9a19d143 Adjust screenshot path 2025-09-07 06:48:21 +02:00
11 changed files with 13 additions and 9 deletions

View File

@@ -15,4 +15,5 @@ nextcloud \
firefox \
pamixer \
swaylock \
hyprpaper
hyprpaper \
lxsession

0
flake.nix Normal file
View File

View File

@@ -29,6 +29,7 @@ exec-once = sleep 1 && schildichat-desktop
exec-once = sleep 1 && evolution -c mail
exec-once = sleep 2 && nextcloud
exec-once = ~/.config/hypr/xdg_portal.sh
exec-once = lxpolkit
# General
general {
@@ -94,10 +95,10 @@ master {
# new_is_master = true
}
gestures {
#gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
workspace_swipe = on
}
# workspace_swipe = on
#}
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
@@ -140,10 +141,10 @@ bind = $mainMod, E, exec, nemo
bind = $mainMod, R, exec, wofi --show drun
bind = $mainMod SHIFT, P, exec, firefox --private-window # pseudo, # dwindle
bind = $mainMod SHIFT, F, exec, firefox
bind = $mainMod, S, exec, hyprshot -m window -m active -z -o ~/Picture/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png
bind = $mainMod SHIFT, S, exec, hyprshot --clipboard-only -m window -m active -z -o ~/Picture/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png
bind = $mainMod ALT, S, exec, hyprshot -m region -z -o ~/Picture/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png
bind = $mainMod SHIFT ALT, S, exec, hyprshot --clipboard-only -m region -z -o ~/Picture/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png
bind = $mainMod, S, exec, hyprshot -m window -m active -z -o ~/Pictures/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png
bind = $mainMod SHIFT, S, exec, hyprshot --clipboard-only -m window -m active -z -o ~/Pictures/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png
bind = $mainMod ALT, S, exec, hyprshot -m region -z -o ~/Pictures/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png
bind = $mainMod SHIFT ALT, S, exec, hyprshot --clipboard-only -m region -z -o ~/Pictures/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png
bind = $mainMod, O, togglesplit, # dwindle
bind = $mainMod, T, togglefloating,
bind = $mainMod, F, fullscreen

View File

@@ -9,6 +9,8 @@ preload = ~/.config/hypr/wallpaper/train.jpg
preload = ~/.config/hypr/wallpaper/evening-sky.png
preload = ~/.config/hypr/wallpaper/sparkle_laying.png
preload = ~/.config/hypr/wallpaper/hoshino.png
wallpaper = , ~/.config/hypr/wallpaper/background.png
preload = ~/.config/hypr/wallpaper/cafe_catgirl.jpg
preload = ~/.config/hypr/wallpaper/catgirl_with_bird_at_water.png
wallpaper = , ~/.config/hypr/wallpaper/catgirl_with_bird_at_water.png
splash = true

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 MiB

View File

Before

Width:  |  Height:  |  Size: 225 KiB

After

Width:  |  Height:  |  Size: 225 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

BIN
wallpaper/fairy_catgirl.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 MiB