diff options
-rw-r--r-- | .config/hypr/hyprland.conf | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 14d4006..a7a3dc3 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -126,7 +126,7 @@ ecosystem { } cursor { - default_monitor = DP-2 + default_monitor = DP-3 # no_warps = 1 } @@ -161,7 +161,7 @@ bind = $mainMod, R, exec, $terminal -e yazi bind = $mainMod SHIFT, D, exec, tessen bind = $mainMod, V, togglefloating, bind = $mainMod, D, exec, $menu -bind = $mainMod, P, exec, mpc toggle +bind = $mainMod, P, exec, rmpc togglepause bind = $mainMod, Grave, exec, bookmarks bind = $mainMod SHIFT, J, togglesplit, # dwindle bind = $mainMod, F, fullscreen, @@ -175,9 +175,9 @@ bind = $mainMod SHIFT, N, exec, $terminal -T newsraft -e newsraft; pkill -RTMIN+ bind = $mainMod SHIFT, R, exec, $terminal -e btop bind = $mainMod, M, exec, $terminal -e rmpc bind =,XF86AudioPlay, exec, mpc toggle -bind =,XF86AudioPrev, exec, mpc prev -bind = $mainMod, comma, exec, mpc prev -bind = $mainMod, period, exec, mpc next +bind =,XF86AudioPrev, exec, rmpc prev +bind = $mainMod, comma, exec, rmpc prev +bind = $mainMod, period, exec, rmpc next bind = $mainMod SHIFT, comma, exec, mpc seek 0% bind = $mainMod SHIFT, period, exec, mpc repeat bind =,XF86AudioNext, exec, mpc next @@ -268,6 +268,9 @@ windowrulev2 = float, class:^(steam)$, title:^(Recordings & Screenshots)$ windowrulev2 = float, class:^(steam)$, title:^(Steam Guard - Computer Authorization Required)$ windowrulev2 = float, title:^(Steam Keyboard)$ +windowrulev2 = workspace 2, class:^(org.telegram.desktop)$ +windowrulev2 = workspace 2, class:^(Element)$ + windowrulev2 = float, class:^(org.prismlauncher.PrismLauncher)$, title:Console window for.*Prism Launcher.* windowrulev2 = float, class:^(termfloat)$ |