Commit 560989f 1 parent 2c44e24 commit 560989f Copy full SHA for 560989f
File tree 1 file changed +5
-14
lines changed
1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change 48
48
wrapperFeatures . gtk = true ;
49
49
config = let
50
50
output-primary = "DP-1" ;
51
- output-secondary = "HDMI-A-1" ;
52
51
modifier = config . wayland . windowManager . sway . config . modifier ;
53
52
in {
54
53
bars = [ {
84
83
"${ modifier } +Shift+i" = ''
85
84
exec ${ grim } -t png -g "$(${ slurp } )" ~/docs/screenshots/$(${ date } +%Y-%m-%d_%H-%m-%s).png'' ;
86
85
"${ modifier } +m" = "mode passthrough" ;
87
- "${ modifier } +t" = "output ${ output-secondary } toggle" ;
88
86
} ;
89
87
modes = { passthrough = { "${ modifier } +m" = "mode default" ; } ; } ;
90
88
input . "*" = {
100
98
} ;
101
99
"${ output-primary } " = {
102
100
103
- pos = "1920 0" ;
101
+ # pos = "0 0";
104
102
subpixel = "rgb" ;
105
103
} ;
106
- "${ output-secondary } " = {
107
-
108
- pos = "0 0" ;
109
- } ;
110
104
} ;
111
- workspaceOutputAssign = map ( name : {
112
- output = output-primary ;
113
- workspace = name ;
114
- } ) [ "1" "2" "3" "4" "5" ] ++ map ( name : {
115
- output = output-secondary ;
116
- workspace = name ;
117
- } ) [ "6" "7" "8" "9" ] ;
105
+ # workspaceOutputAssign = map (name: {
106
+ # output = output-primary;
107
+ # workspace = name;
108
+ # }) [ "1" "2" "3" "4" "5" ];
118
109
startup = [
119
110
{ command = "${ pkgs . mako } /bin/mako" ; }
120
111
{
You can’t perform that action at this time.
0 commit comments