feat: system hyprland.conf übernommen + ags + wallpapers
- hyprland.conf von /home/pascal/.config/hypr/ auf System übernommen (Monitore eDP-1/DP-3, awww-Background-Set via autostart, lid-dock-handler, hyprpolkitagent, ai-command-center source, clipboard-manager.sh bind, togglefloating auf F) - scripts/lid-dock-handler.sh von System kopiert - wallpapers/forest.jpg + rose-pink.jpg ins Projekt aufgenommen (werden via dotfiles-Deployment nach ~/Bilder/Wallpaper/ kopiert, replace_home_paths passt den Pfad im Theme an) - aylurs-gtk-shell (ags) + hyprpolkitagent zur hyprland-Gruppe - chmod +x auch für hypr/scripts/ (lowercase)
This commit is contained in:
@@ -22,8 +22,9 @@
|
||||
################
|
||||
|
||||
# See https://wiki.hypr.land/Configuring/Monitors/
|
||||
monitor=,preferred,auto,1
|
||||
|
||||
#monitor=,preferred,auto,1
|
||||
monitor=eDP-1,preferred,auto,1
|
||||
monitor=DP-3,preferred,auto,1
|
||||
|
||||
###################
|
||||
### MY PROGRAMS ###
|
||||
@@ -44,10 +45,13 @@ $menu = wofi
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
|
||||
exec-once = sh -c 'if command -v awww-daemon >/dev/null 2>&1; then awww-daemon; elif command -v swww-daemon >/dev/null 2>&1; then swww-daemon; else hyprpaper; fi'
|
||||
exec-once = sh -c 'if command -v awww-daemon >/dev/null 2>&1; then awww-daemon && awww img /home/pascal/Bilder/Wallpaper/forest.jpg; elif command -v swww-daemon >/dev/null 2>&1; then swww-daemon; else hyprpaper; fi'
|
||||
exec-once = waybar
|
||||
exec-once = swaync
|
||||
exec-once = env WIDGET_PANEL_START_HIDDEN=1 ~/.config/hypr/Scripts/widget-panel.sh
|
||||
exec-once = ~/.config/hypr/scripts/lid-dock-handler.sh
|
||||
exec-once = /usr/lib/hyprpolkitagent
|
||||
|
||||
|
||||
#############################
|
||||
### ENVIRONMENT VARIABLES ###
|
||||
@@ -63,7 +67,7 @@ env = QT_STYLE_OVERRIDE,Fusion
|
||||
# https://wiki.hypr.land/Configuring/Variables/#general
|
||||
general {
|
||||
gaps_in = 6
|
||||
gaps_out = 25
|
||||
gaps_out = 15
|
||||
|
||||
border_size = 2
|
||||
|
||||
@@ -121,8 +125,8 @@ animations {
|
||||
animation = fade, 1, 5, soft
|
||||
|
||||
animation = windows, 1, 6, smoothOut
|
||||
animation = windowsIn, 1, 6, smoothOut, popin 85%
|
||||
animation = windowsOut, 1, 5, smoothIn, popin 85%
|
||||
animation = windowsIn, 1, 6, smoothOut, popin 60%
|
||||
animation = windowsOut, 1, 5, smoothIn
|
||||
|
||||
animation = layers, 1, 5, smoothOut
|
||||
animation = layersIn, 1, 5, smoothOut, fade
|
||||
@@ -142,7 +146,7 @@ animations {
|
||||
|
||||
# See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more
|
||||
dwindle {
|
||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
# pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
preserve_split = true # You probably want this
|
||||
}
|
||||
|
||||
@@ -203,7 +207,8 @@ bind = $mainMod, Q, killactive,
|
||||
bind = $mainMod, M, exec, ~/.config/hypr/Scripts/main-menu.sh
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, N, exec, swaync-client -t
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, F, togglefloating,
|
||||
bind = $mainMod, V, exec, ~/.config/hypr/Scripts/clipboard-manager.sh
|
||||
bind = $mainMod, R, exec, $menu
|
||||
bind = $mainMod, W, exec, ~/.config/hypr/Scripts/widget-panel.sh
|
||||
bind = $mainMod SHIFT, W, exec, ~/.config/hypr/Scripts/ags-switcher.sh wallpaper
|
||||
@@ -274,6 +279,9 @@ bindl = , XF86AudioPause, exec, playerctl play-pause
|
||||
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
||||
bindl = , XF86AudioPrev, exec, playerctl previous
|
||||
|
||||
# AI Command Center
|
||||
source = ~/.config/hypr/ai-command-center.conf
|
||||
|
||||
##############################
|
||||
### WINDOWS AND WORKSPACES ###
|
||||
##############################
|
||||
|
||||
Reference in New Issue
Block a user