Compare commits

...

19 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
nichkara
339e6450b3 Adjust file paths relative 2025-09-07 06:37:53 +02:00
4cc07b97f0 Make pip windows floating 2025-08-18 18:05:45 +02:00
adf9024a4c Remove wallpaper 2025-03-21 06:11:15 +01:00
ce7fa3351c Make picture in picture floating 2025-02-27 18:02:14 +01:00
cc1550599d Make it faster 2025-02-22 14:50:34 +01:00
669762342b Remove hyprcursor theme for now 2025-02-22 08:47:16 +01:00
faa6f4130a Remove hyprcursor theme for now 2025-02-22 05:45:42 +01:00
b046655da2 Remove hyprcursor theme for now 2025-02-22 05:26:24 +01:00
cd58c70028 Set Hyprcursor size 2025-02-22 05:23:44 +01:00
cf7537c87d Merge branch 'main' of git.nickr.eu:ArchConfig/hypr 2025-02-22 05:18:24 +01:00
ef9da78af3 Add Hyprcursor 2025-02-22 05:18:07 +01:00
13 changed files with 46 additions and 35 deletions

View File

@@ -2,16 +2,18 @@
pacman --noconfirm -Syyu pacman --noconfirm -Syyu
pacman --noconfirm -S git pacman --noconfirm -S git \
pacman --noconfirm -S networkmanager networkmanager \
pacman --noconfirm -S blueman blueman \
pacman --noconfirm -S hyprland hyprland \
pacman --noconfirm -S wofi wofi \
pacman --noconfirm -S waybar waybar \
pacman --noconfirm -S grim grim \
pacman --noconfirm -S swaync swaync \
pacman --noconfirm -S evolution evolution \
pacman --noconfirm -S nextcloud nextcloud \
pacman --noconfirm -S firefox firefox \
pacman --noconfirm -S pamixer pamixer \
pacman --noconfirm -S swaylock swaylock \
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
@@ -115,8 +116,7 @@ group {
# Window rules # Window rules
windowrule = float, Picture-in-Picture windowrule = float, initialTitle:Picture-in-Picture
windowrule = float, ^(Firefox)$
# Binds # Binds
@@ -124,6 +124,13 @@ binds {
pass_mouse_when_bound = true pass_mouse_when_bound = true
} }
# Hyprcursor
#env = HYPRCURSOR_THEME, "Future-Cyan-Hyprcursor_Theme"
#env = HYPRCURSOR_SIZE,44
#env = XCURSOR_THEME,Future-Cyan-Hyprcursor_Theme
#env = XCURSOR_SIZE,44
#exec-once = gsettings set org.gnome.desktop.interface cursor-theme Future-Cyan-Hyprcursor_Theme
# Keybindings # Keybindings
bind = $mainMod, Q, exec, kitty bind = $mainMod, Q, exec, kitty
bind = $mainMod, C, killactive, bind = $mainMod, C, killactive,
@@ -134,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

View File

@@ -1,14 +1,16 @@
preload = /home/nick/.config/hypr/wallpaper/background.png preload = ~/.config/hypr/wallpaper/background.png
preload = /home/nick/.config/hypr/wallpaper/WP2.png preload = ~/.config/hypr/wallpaper/WP2.png
preload = /home/nick/.config/hypr/wallpaper/WallpaperCatCity.jpg preload = ~/.config/hypr/wallpaper/WallpaperCatCity.jpg
preload = /home/nick/.config/hypr/wallpaper/RooftopSunset.jpeg preload = ~/.config/hypr/wallpaper/RooftopSunset.jpeg
preload = /home/nick/.config/hypr/wallpaper/FFM_Skyline.jpg preload = ~/.config/hypr/wallpaper/FFM_Skyline.jpg
preload = /home/nick/.config/hypr/wallpaper/resting_background.jpg preload = ~/.config/hypr/wallpaper/resting_background.jpg
preload = /home/nick/.config/hypr/wallpaper/XP.jpg preload = ~/.config/hypr/wallpaper/XP.jpg
preload = /home/nick/.config/hypr/wallpaper/train.jpg preload = ~/.config/hypr/wallpaper/train.jpg
preload = /home/nick/.config/hypr/wallpaper/evening-sky.png preload = ~/.config/hypr/wallpaper/evening-sky.png
preload = /home/nick/.config/hypr/wallpaper/sparkle_laying.png preload = ~/.config/hypr/wallpaper/sparkle_laying.png
preload = /home/nick/.config/hypr/wallpaper/hoshino.png preload = ~/.config/hypr/wallpaper/hoshino.png
wallpaper = , /home/nick/.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.

Before

Width:  |  Height:  |  Size: 6.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 MiB

BIN
wallpaper/cafe_catgirl.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 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