Skip to content

Commit

Permalink
home: remove sway patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Mar 1, 2024
1 parent 16c3b4b commit e227885
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions home-desktop/wayland/windowManager/sway.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
, pkgs
}: {
enable = true;
package = root.pkgs.sway-im;
# package = root.pkgs.sway-im;

wrapperFeatures.gtk = true;
config = {
Expand All @@ -25,19 +25,14 @@
};

output =
# let
# inherit (root.pkgs.wallpapers.cowboyBebop) bebop op;
# in
{
DP-1 = {
# bg = "${op} fill";
mode = "3840x2160";
position = "360 0";
scale = "3";
};

DP-3 = {
# bg = "${bebop} fill";
mode = "1920x1080";
position = "0 0";
transform = "90";
Expand Down

0 comments on commit e227885

Please sign in to comment.