Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Huber <[email protected]>
  • Loading branch information
maxhbr committed Feb 25, 2024
1 parent bf946b8 commit 38e942b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
14 changes: 7 additions & 7 deletions hosts/host.p14/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
home.packages = with pkgs; [
(writeShellScriptBin "hyprctl-monitors-home" "${hyprctl} hyprctl --batch 'keyword monitor ${eDP-1}; keyword monitor ${DP-5}; keyword monitor ${DP-3}'")
];
wayland.windowManager.hyprland = {
extraConfig = ''
device:opentabletdriver-virtual-artist-tablet {
output=DP-5
}
'';
};
# wayland.windowManager.hyprland = {
# extraConfig = ''
# device:opentabletdriver-virtual-artist-tablet {
# output=DP-5
# }
# '';
# };
})];
};
}
Expand Down
2 changes: 1 addition & 1 deletion modules/myconfig.desktop.cad.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ in {
meshlab
gmsh
] ++ [ # pcb design
librepcb
# librepcb
gerbv
# kicad-small
kicad
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ bind = $mainMod CONTROL, Tab, changegroupactive,
# submap = reset

# Switch workspaces with mainMod + [0-9]
focusWorkspaceOnCurrentMonitor
bind = $mainMod, U, focusWorkspaceOnCurrentMonitor, 1
bind = $mainMod, I, focusWorkspaceOnCurrentMonitor, 2
bind = $mainMod, A, focusWorkspaceOnCurrentMonitor, 3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more

# windowrulev2 = nomaximizerequest, class:.*
windowrulev2 = suppressevent fullscreen, class:.*
# windowrulev2 = suppressevent fullscreen maximize, class:.*
windowrulev2 = bordercolor rgb(3CC7D8) rgb(1A5665),fullscreen:1
windowrulev2 = opacity 0.8 0.8, pinned:1
Expand All @@ -17,9 +16,9 @@ windowrulev2 = stayfocused,class:^(gcr-prompter)$
# firefox Picture-in-Picture
windowrulev2 = float,class:^(firefox)$,title:^(Picture-in-Picture)$
windowrulev2 = pin,class:^(firefox)$,title:^(Picture-in-Picture)$
# windowrulev2 = nofullscreenrequest,class:^(firefox)$,title:^(Picture-in-Picture)$
windowrulev2 = suppressevent fullscreen maximize,class:^(firefox)$,title:^(Picture-in-Picture)$
# # firefox figma micro indicator
# windowrulev2 = nofullscreenrequest,class:^(firefox)$,title:^(Firefox — Sharing Indicator)$
windowrulev2 = suppressevent fullscreen maximize,class:^(firefox)$,title:^(Firefox — Sharing Indicator)$
windowrulev2 = float,class:^(firefox)$,title:^(Firefox — Sharing Indicator)$

windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
Expand Down Expand Up @@ -58,8 +57,9 @@ windowrulev2 = nodim,class:^(zoom)$
windowrulev2 = opacity 1.0 override 1.0 override,class:^(zoom)$

# Freeplane
windowrulev2 = tile,class:^(org-knopflerfish-framework-BundleThread)$
windowrulev2 = tile,class:^(org-knopflerfish-framework-BundleThread)$,initialTitle:^(Freeplane - Mind map mode)$
windowrulev2 = float,class:^(org-knopflerfish-framework-BundleThread)$,initialTitle:^(win.*)$
# windowrulev2 = float,class:^(org-knopflerfish-framework-BundleThread)$,initialTitle:^(win.*)$
windowrulev2 = nodim,class:^(org-knopflerfish-framework-BundleThread)$
windowrulev2 = opacity 1.0 override 1.0 override,class:^(org-knopflerfish-framework-BundleThread)$
# windowrulev2 = float,initialTitle:^(win1)$
Expand All @@ -75,6 +75,6 @@ windowrule = opacity 1.0 override 1.0 override,Gimp
windowrule = nodim,darktable
windowrule = nodim,geeqie
windowrule = nodim,sxiv
# windowrule = nofullscreenrequest,neovide
windowrule = suppressevent fullscreen maximize,neovide

windowrulev2 = rounding 12,floating:1

0 comments on commit 38e942b

Please sign in to comment.