mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
Planify in fullscreen by default
This commit is contained in:
@@ -91,12 +91,6 @@ in {
|
|||||||
"AQ_DRM_DEVICES,/dev/dri/card2:/dev/dri/card1" # CHANGEME: Related to the GPU
|
"AQ_DRM_DEVICES,/dev/dri/card2:/dev/dri/card1" # CHANGEME: Related to the GPU
|
||||||
];
|
];
|
||||||
|
|
||||||
windowrule = [
|
|
||||||
"workspace 6, discord"
|
|
||||||
"workspace 7, spotify"
|
|
||||||
"workspace 8, io.github.alainm23.planify"
|
|
||||||
];
|
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
no_hardware_cursors = true;
|
no_hardware_cursors = true;
|
||||||
default_monitor = "eDP-2";
|
default_monitor = "eDP-2";
|
||||||
@@ -143,6 +137,13 @@ in {
|
|||||||
windowrulev2 =
|
windowrulev2 =
|
||||||
[ "float, tag:modal" "pin, tag:modal" "center, tag:modal" ];
|
[ "float, tag:modal" "pin, tag:modal" "center, tag:modal" ];
|
||||||
|
|
||||||
|
windowrule = [
|
||||||
|
"workspace 6, discord"
|
||||||
|
"workspace 7, spotify"
|
||||||
|
"workspace 8, io.github.alainm23.planify"
|
||||||
|
"fullscreen, io.github.alainm23.planify"
|
||||||
|
];
|
||||||
|
|
||||||
layerrule = [ "noanim, launcher" "noanim, ^ags-.*" ];
|
layerrule = [ "noanim, launcher" "noanim, ^ags-.*" ];
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
|
|||||||
Reference in New Issue
Block a user