updated hyprland
This commit is contained in:
@@ -13,10 +13,10 @@ bind = $mainMod, V, exec, $scripts/launch_app $ide
|
||||
bind = $mainMod, O, exec, $scripts/launch_app $office-suite
|
||||
bind = $mainMod, E, exec, $scripts/launch_app $file-manager
|
||||
bind = $mainMod, C, exec, $scripts/launch_app $terminal
|
||||
bind = $mainMod SHIFT, C, exec, $scripts/launch_app $terminal docker exec -it ros2 zsh
|
||||
bind = $mainMod SHIFT, C, exec, $scripts/launch_app $terminal docker exec -it yocto zsh
|
||||
bind = $altMod, C, exec, $scripts/launch_app $terminal ssh Hetzner
|
||||
bind = $altMod SHIFT, C, exec, $scripts/launch_app $terminal ssh Zima00
|
||||
bind = $mainMod, T, exec, $scripts/launch_app Telegram
|
||||
bind = $altMod SHIFT, C, exec, $scripts/launch_app $terminal docker exec -it ros2 zsh
|
||||
bind = $mainMod, T, exec, $scripts/launch_app element-desktop
|
||||
bind = $mainMod, M, exec, $scripts/launch_app thunderbird
|
||||
|
||||
## Notifications Menu
|
||||
|
||||
@@ -30,6 +30,6 @@ dwindle {
|
||||
}
|
||||
|
||||
gestures {
|
||||
workspace_swipe = yes
|
||||
workspace_swipe_fingers = 4
|
||||
#workspace_swipe = yes
|
||||
#workspace_swipe_fingers = 4
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$MONITOR1=eDP-1
|
||||
$MONITOR2=DP-1
|
||||
$MONITOR3=DP-3
|
||||
$MONITOR3=HDMI-A-1
|
||||
|
||||
# Main Monitor
|
||||
monitor=$MONITOR1, 3072x1920@120.00, 0x0, 2.0, vrr, 1
|
||||
@@ -10,4 +10,4 @@ monitor=$MONITOR2, 1920x1080@60.00, -1920x-800, 1.0 #, mirror, $MONITOR3
|
||||
# FSIT Arbeitsplatz: -1920x-800
|
||||
|
||||
# Third Monitor
|
||||
monitor=$MONITOR3, 1920x1080@60.00, 0x1920, 1.0 #, mirror, $MONITOR2
|
||||
monitor=$MONITOR3, 1920x1080@60.00, 0x1920, 1.0, mirror, $MONITOR2
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
$lock_cmd = pidof hyprlock || hyprlock
|
||||
$suspend_cmd = systemctl suspend || loginctl suspend
|
||||
$lock_cmd = pidof swaylock || swaylock
|
||||
|
||||
general {
|
||||
lock_cmd = $lock_cmd
|
||||
@@ -8,7 +7,7 @@ general {
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 600 # 10 min
|
||||
timeout = 300 # 5 min
|
||||
on-timeout = loginctl lock-session
|
||||
}
|
||||
|
||||
|
||||
@@ -28,10 +28,10 @@ hypridle &
|
||||
wl-paste --watch cliphist store &
|
||||
|
||||
# Polkit authentication
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
/usr/lib/hyprpolkitagent/hyprpolkitagent &
|
||||
|
||||
# Screen sharing and portals
|
||||
"$HOME"/.config/hypr/portal &
|
||||
"$HOME"/.config/hypr/scripts/portal &
|
||||
# xwaylandvideobridge & # Off when using Vesktop instead of Discord
|
||||
|
||||
# Audio
|
||||
|
||||
@@ -20,7 +20,7 @@ windowrulev2 = center 1, $center-float-mini
|
||||
|
||||
|
||||
# Float Rules
|
||||
windowrule = float, xfce-polkit|wleave|title:branchdialog|nwg-look|nm-connection-editor|org.twosheds.iwgtk|overskride
|
||||
# windowrule = float, xfce-polkit|wleave|title:branchdialog|nwg-look|nm-connection-editor|org.twosheds.iwgtk|overskride
|
||||
|
||||
|
||||
# Workspace Rules
|
||||
@@ -105,8 +105,8 @@ windowrulev2 = float, $scrcpy
|
||||
$agpss = class:^(-*agpss.*)$
|
||||
windowrulev2 = tile, $agpss
|
||||
|
||||
$affinity = class:^(designer|publisher|photo).exe$
|
||||
windowrule = tile, xwayland, $affinity
|
||||
#$affinity = class:^(designer|publisher|photo).exe$
|
||||
#windowrule = tile, xwayland, $affinity
|
||||
|
||||
# Layer Rules
|
||||
layerrule = animation popin, rofi
|
||||
|
||||
Reference in New Issue
Block a user