Compare commits

...

8 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
nichkara
e1504f86cf Remove hyprnav 2025-09-07 06:47:13 +02:00
nichkara
16b46707a1 Only german keyboard layout 2025-09-07 06:41:38 +02:00
11 changed files with 14 additions and 11 deletions

View File

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

0
flake.nix Normal file
View File

View File

@@ -4,7 +4,7 @@ monitor=,1920x1080,auto,1
# Input # Input
$mainMod = SUPER $mainMod = SUPER
input { input {
kb_layout = de,ru kb_layout = de
kb_variant = kb_variant =
kb_model = kb_model =
kb_options = caps:swapescape kb_options = caps:swapescape
@@ -29,6 +29,7 @@ exec-once = sleep 1 && schildichat-desktop
exec-once = sleep 1 && evolution -c mail exec-once = sleep 1 && evolution -c mail
exec-once = sleep 2 && nextcloud exec-once = sleep 2 && nextcloud
exec-once = ~/.config/hypr/xdg_portal.sh exec-once = ~/.config/hypr/xdg_portal.sh
exec-once = lxpolkit
# General # General
general { general {
@@ -94,10 +95,10 @@ master {
# new_is_master = true # new_is_master = true
} }
gestures { #gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more # See https://wiki.hyprland.org/Configuring/Variables/ for more
workspace_swipe = on # workspace_swipe = on
} #}
# Example per-device config # Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more # 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, R, exec, wofi --show drun
bind = $mainMod SHIFT, P, exec, firefox --private-window # pseudo, # dwindle bind = $mainMod SHIFT, P, exec, firefox --private-window # pseudo, # dwindle
bind = $mainMod SHIFT, F, exec, firefox 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, 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 ~/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 ~/Pictures/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 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 ~/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 ~/Pictures/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png
bind = $mainMod, O, togglesplit, # dwindle bind = $mainMod, O, togglesplit, # dwindle
bind = $mainMod, T, togglefloating, bind = $mainMod, T, togglefloating,
bind = $mainMod, F, fullscreen bind = $mainMod, F, fullscreen
@@ -153,7 +154,6 @@ bind = $mainMod, P, movewindow, r
bind = $mainMod, P, movewindow, u bind = $mainMod, P, movewindow, u
bind = $mainMod SHIFT, Q, exec, hyprctl dispatch exit bind = $mainMod SHIFT, Q, exec, hyprctl dispatch exit
binde = $mainMod, right, exec, hyprctl switchxkblayout at-translated-set-2-keyboard prev binde = $mainMod, right, exec, hyprctl switchxkblayout at-translated-set-2-keyboard prev
bind = $mainMod, W, exec, /home/nick/Documents/Programming/low/Ada/hyprwsnav/bin/hyprwsnav
# Keybindings special keys # Keybindings special keys
bind = , XF86MonBrightnessUp, exec, brightnessctl set 5%+ bind = , XF86MonBrightnessUp, exec, brightnessctl set 5%+

View File

@@ -9,6 +9,8 @@ preload = ~/.config/hypr/wallpaper/train.jpg
preload = ~/.config/hypr/wallpaper/evening-sky.png preload = ~/.config/hypr/wallpaper/evening-sky.png
preload = ~/.config/hypr/wallpaper/sparkle_laying.png preload = ~/.config/hypr/wallpaper/sparkle_laying.png
preload = ~/.config/hypr/wallpaper/hoshino.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 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