mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 02:10:43 +00:00
Move to focusworkspaceoncurrentmonitor (from custom script)
For a long time now, I've been using a custom shell script to handle focusing to a workspace, which handled (xmonad-like) monitor swapping. However recently, the option `focusworkspaceoncurrentmonitor` has been added to Hyprland, which does the exact same. That means the script is no longer necessary and we can move to the new built-in option.
This commit is contained in:
parent
7ab53d2654
commit
b51d136c0c
6 changed files with 10 additions and 39 deletions
|
@ -16,7 +16,6 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = [
|
||||
hyprPkgs.hyprland-swap-workspace
|
||||
hyprPkgs.hyprland-move-window
|
||||
pkgs.brightnessctl
|
||||
hyprPkgs.brightness
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue