add rofi and set ultrawide as primary display
This commit is contained in:
parent
36c2397cbe
commit
bc11ff5d35
6 changed files with 179 additions and 3 deletions
|
@ -11,6 +11,7 @@ in
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
path-of-building
|
||||
steamcmd
|
||||
];
|
||||
|
||||
environment.pathsToLink = [ "/libexec" ];
|
||||
|
@ -39,6 +40,7 @@ in
|
|||
|
||||
exec-once = [
|
||||
"hyprctl dispatch moveworkspacetomonitor 4 HDMI-A-1"
|
||||
"xrandr --output DP-2 --primary"
|
||||
];
|
||||
|
||||
workspace = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue