updates
This commit is contained in:
@@ -45,7 +45,7 @@ bind = $mainMod, B, exec, pypr toggle btop
|
||||
#bind = $mainMod, ENTER, exec, pypr toggle kitty
|
||||
|
||||
## Other Modules
|
||||
bind = $mainMod, P, exec, pypr wall next
|
||||
bind = $mainMod, P, exec, $scripts/random_wallpaper
|
||||
|
||||
# Windows
|
||||
## Basic Operations
|
||||
@@ -72,8 +72,7 @@ bind = $altMod, UP, movewindow, u
|
||||
bind = $altMod, DOWN, movewindow, d
|
||||
|
||||
## Center and Split
|
||||
#bind = $mainMod, S, togglesplit
|
||||
#bind = $mainMod, D, exec, hyprctl dispatch centerwindow 1
|
||||
bind = $mainMod, D, togglesplit
|
||||
|
||||
## Group Control
|
||||
bind = $mainMod, G, togglegroup
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
$MONITOR1=eDP-1
|
||||
$MONITOR3=DP-1
|
||||
$MONITOR2=HDMI-A-1
|
||||
$MONITOR2=DP-1
|
||||
$MONITOR3=HDMI-A-1
|
||||
|
||||
# Main Monitor
|
||||
monitor=$MONITOR1, 3072x1920@120.00, 0x0, 2.0, vrr, 1
|
||||
|
||||
# Second Monitor
|
||||
monitor=$MONITOR2, 1920x1080@60.00, -1920x-800, 1.0 #, mirror, $MONITOR3
|
||||
# FSIT Arbeitsplatz: -1920x-800
|
||||
#monitor=$MONITOR2, 1920x1080@60.00, -1920x-800, 1.0 #, mirror, $MONITOR1 # FSIT
|
||||
monitor=$MONITOR2, 1920x1080@60.00, 0x1920, 1.0 #, mirror, $MONITOR1 # FSIT
|
||||
|
||||
# Third Monitor
|
||||
monitor=$MONITOR3, 1920x1080@60.00, 0x1920, 1.0, mirror, $MONITOR2
|
||||
monitor=$MONITOR3, 1920x1080@60.00, 0x1920, 1.0 , mirror, $MONITOR1
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
udiskie &
|
||||
|
||||
# Wallpaper Backend
|
||||
swww-daemon --format xrgb &
|
||||
awww-daemon --format xrgb &
|
||||
|
||||
# Pyprland Daemon
|
||||
pypr --debug /tmp/pypr.log &
|
||||
|
||||
@@ -4,7 +4,7 @@ random=$(fd --base-directory "$HOME/.config/hypr/theme/walls/" --type f . | shuf
|
||||
|
||||
wallpaper="$HOME/.config/hypr/theme/walls/$random"
|
||||
|
||||
swww img "$wallpaper" \
|
||||
awww img "$wallpaper" \
|
||||
--transition-bezier 0.5,1.19,.8,.4 \
|
||||
--transition-type wipe \
|
||||
--transition-duration 2 \
|
||||
|
||||
Reference in New Issue
Block a user